Show / Hide Table of Contents

Class CertificateOrderCertificateGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateOrderCertificateGetArgs
Inherited Members
ResourceArgs.Empty
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 CertificateOrderCertificateGetArgs : ResourceArgs

Constructors

View Source

CertificateOrderCertificateGetArgs()

Declaration
public CertificateOrderCertificateGetArgs()

Properties

View Source

CertificateName

The name of the App Service Certificate.

Declaration
public Input<string> CertificateName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyVaultId

Key Vault resource Id.

Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyVaultSecretName

Key Vault secret name.

Declaration
public Input<string> KeyVaultSecretName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProvisioningState

Status of the Key Vault secret.

Declaration
public Input<string> ProvisioningState { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.