LoadedCertificate 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.
Loaded certificate payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.LoadedCertificateTypeConverter))]
public class LoadedCertificate : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ILoadedCertificate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.LoadedCertificateTypeConverter))>]
type LoadedCertificate = class
interface ILoadedCertificate
interface IJsonSerializable
Public Class LoadedCertificate
Implements ILoadedCertificate
- Inheritance
-
LoadedCertificate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LoadedCertificate() |
Creates an new LoadedCertificate instance. |
Properties
| Name | Description |
|---|---|
| LoadTrustStore |
Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. |
| ResourceId |
Resource Id of loaded certificate |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadedCertificate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadedCertificate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ILoadedCertificate. |
| FromJsonString(String) |
Creates a new instance of LoadedCertificate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadedCertificate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |