Compartir a través de


AppServiceCertificatePatchResource Class

Definition

Key Vault container ARM resource for a certificate that is purchased through Azure.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificatePatchResourceTypeConverter))]
public class AppServiceCertificatePatchResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificatePatchResourceTypeConverter))>]
type AppServiceCertificatePatchResource = class
    interface IAppServiceCertificatePatchResource
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class AppServiceCertificatePatchResource
Implements IAppServiceCertificatePatchResource, IValidates
Inheritance
AppServiceCertificatePatchResource
Attributes
Implements

Constructors

AppServiceCertificatePatchResource()

Creates an new AppServiceCertificatePatchResource instance.

Properties

Id

Resource Id.

KeyVaultId

Key Vault resource Id.

KeyVaultSecretName

Key Vault secret name.

Kind

Kind of resource.

Name

Resource Name.

ProvisioningState

Status of the Key Vault secret.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServiceCertificatePatchResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServiceCertificatePatchResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResource.

FromJsonString(String)

Creates a new instance of AppServiceCertificatePatchResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServiceCertificatePatchResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to