Show / Hide Table of Contents

Class FrontdoorFrontendEndpointCustomHttpsConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorFrontendEndpointCustomHttpsConfigurationArgs
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.FrontDoor.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorFrontendEndpointCustomHttpsConfigurationArgs : ResourceArgs

Constructors

View Source

FrontdoorFrontendEndpointCustomHttpsConfigurationArgs()

Declaration
public FrontdoorFrontendEndpointCustomHttpsConfigurationArgs()

Properties

View Source

AzureKeyVaultCertificateSecretName

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

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

AzureKeyVaultCertificateSecretVersion

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

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

AzureKeyVaultCertificateVaultId

The ID of the Key Vault containing the SSL certificate.

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

CertificateSource

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

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

MinimumTlsVersion

Minimum client TLS version supported.

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

ProvisioningState

Provisioning state of the Front Door.

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

ProvisioningSubstate

Provisioning substate of the Front Door

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