AppServiceCertificate 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.
Key Vault container for a certificate that is purchased through Azure.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServiceCertificateTypeConverter))]
public class AppServiceCertificate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServiceCertificate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServiceCertificateTypeConverter))>]
type AppServiceCertificate = class
interface IAppServiceCertificate
interface IJsonSerializable
Public Class AppServiceCertificate
Implements IAppServiceCertificate
- Inheritance
-
AppServiceCertificate
- Attributes
- Implements
Constructors
AppServiceCertificate() |
Creates an new AppServiceCertificate instance. |
Properties
KeyVaultId |
Key Vault resource Id. |
KeyVaultSecretName |
Key Vault secret name. |
ProvisioningState |
Status of the Key Vault secret. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppServiceCertificate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppServiceCertificate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServiceCertificate. |
FromJsonString(String) |
Creates a new instance of AppServiceCertificate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppServiceCertificate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |