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
type AppServiceCertificateResourceInner = class
inherit Resource
Public Class AppServiceCertificateResourceInner
Inherits Resource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
AppServiceCertificateResourceInner() |
Initializes a new instance of the AppServiceCertificateResourceInner class. |
AppServiceCertificateResourceInner(String, String, String, String, IDictionary<String,String>, String, String, Nullable<KeyVaultSecretStatus>) |
Initializes a new instance of the AppServiceCertificateResourceInner class. |
Properties
Id |
Resource Id (Inherited from Resource) |
KeyVaultId |
Gets or sets key Vault resource Id. |
KeyVaultSecretName |
Gets or sets key Vault secret name. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from Resource) |
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 Resource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |