Class FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs
Inheritance
System.Object
FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs : ResourceArgs
Constructors
View SourceFrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs()
Declaration
public FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs()
Properties
View SourceAzureKeyVaultCertificateSecretName
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> |
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> |
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> |
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> |
MinimumTlsVersion
Minimum client TLS version supported.
Declaration
public Input<string> MinimumTlsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProvisioningState
Provisioning state of the Front Door.
Declaration
public Input<string> ProvisioningState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProvisioningSubstate
Provisioning substate of the Front Door
Declaration
public Input<string> ProvisioningSubstate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |