RawCertificateData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.RawCertificateDataTypeConverter))]
public class RawCertificateData : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IRawCertificateData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.RawCertificateDataTypeConverter))>]
type RawCertificateData = class
interface IRawCertificateData
interface IJsonSerializable
Public Class RawCertificateData
Implements IRawCertificateData
- Inheritance
-
RawCertificateData
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RawCertificateData() |
Creates an new RawCertificateData instance. |
Properties
| Name | Description |
|---|---|
| Certificate | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RawCertificateData. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RawCertificateData. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IRawCertificateData. |
| FromJsonString(String) |
Creates a new instance of RawCertificateData, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RawCertificateData into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |