AppServiceCertificateResourceInner Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificateResourceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificateResourceInner = class
    inherit Resource
Public Class AppServiceCertificateResourceInner
Inherits Resource
Inheritance
AppServiceCertificateResourceInner
Attributes

Constructors

AppServiceCertificateResourceInner()

Initializes a new instance of the AppServiceCertificateResourceInner class.

AppServiceCertificateResourceInner(String, String, String, String, IDictionary<String,String>, String, String, Nullable<KeyVaultSecretStatus>, String)

Initializes a new instance of the AppServiceCertificateResourceInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
KeyVaultId

Gets or sets key Vault resource Id.

KeyVaultSecretName

Gets or sets key Vault secret name.

Kind

Gets or sets kind of resource.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to