Custom Https Configuration Args
data class CustomHttpsConfigurationArgs(val customHttpsConfiguration: Output<CustomHttpsConfigurationCustomHttpsConfigurationArgs>? = null, val customHttpsProvisioningEnabled: Output<Boolean>? = null, val frontendEndpointId: Output<String>? = null) : ConvertibleToJava<CustomHttpsConfigurationArgs>
Import
Front Door Custom HTTPS Configurations can be imported using the resource id
of the Front Door Custom HTTPS Configuration, e.g.
$ pulumi import azure:frontdoor/customHttpsConfiguration:CustomHttpsConfiguration example_custom_https_1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/frontDoors/frontdoor1/customHttpsConfiguration/endpoint1
Content copied to clipboard
Constructors
Link copied to clipboard
fun CustomHttpsConfigurationArgs(customHttpsConfiguration: Output<CustomHttpsConfigurationCustomHttpsConfigurationArgs>? = null, customHttpsProvisioningEnabled: Output<Boolean>? = null, frontendEndpointId: Output<String>? = null)