Class CertificateOrderCertificateArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateOrderCertificateArgs : ResourceArgs
Constructors
View SourceCertificateOrderCertificateArgs()
Declaration
public CertificateOrderCertificateArgs()
Properties
View SourceCertificateName
The name of the App Service Certificate.
Declaration
public Input<string> CertificateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyVaultId
Key Vault resource Id.
Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyVaultSecretName
Key Vault secret name.
Declaration
public Input<string> KeyVaultSecretName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProvisioningState
Status of the Key Vault secret.
Declaration
public Input<string> ProvisioningState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |