Show / Hide Table of Contents

Class FrontdoorFrontendEndpointCustomHttpsConfiguration

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

Fields

View Source

AzureKeyVaultCertificateSecretName

The name of the Key Vault secret representing the full certificate PFX.

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

AzureKeyVaultCertificateSecretVersion

The version of the Key Vault secret representing the full certificate PFX.

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

AzureKeyVaultCertificateVaultId

The ID of the Key Vault containing the SSL certificate.

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

CertificateSource

Certificate source to encrypted HTTPS traffic with. Allowed values are FrontDoor or AzureKeyVault. Defaults to FrontDoor.

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

MinimumTlsVersion

Minimum client TLS version supported.

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

ProvisioningState

Provisioning state of the Front Door.

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

ProvisioningSubstate

Provisioning substate of the Front Door

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