Show / Hide Table of Contents

Class CertificateOrderCertificate

Inheritance
System.Object
CertificateOrderCertificate
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateOrderCertificate

Fields

View Source

CertificateName

The name of the App Service Certificate.

Declaration
public readonly string CertificateName
Field Value
Type Description
System.String
View Source

KeyVaultId

Key Vault resource Id.

Declaration
public readonly string KeyVaultId
Field Value
Type Description
System.String
View Source

KeyVaultSecretName

Key Vault secret name.

Declaration
public readonly string KeyVaultSecretName
Field Value
Type Description
System.String
View Source

ProvisioningState

Status of the Key Vault secret.

Declaration
public readonly string ProvisioningState
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.