azure-native.web.getAppServiceEnvironmentAseCustomDnsSuffixConfiguration
Explore with Pulumi AI
Full view of the custom domain suffix configuration for ASEv3. Azure REST API version: 2022-09-01.
Using getAppServiceEnvironmentAseCustomDnsSuffixConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAppServiceEnvironmentAseCustomDnsSuffixConfiguration(args: GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationArgs, opts?: InvokeOptions): Promise<GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult>
function getAppServiceEnvironmentAseCustomDnsSuffixConfigurationOutput(args: GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationOutputArgs, opts?: InvokeOptions): Output<GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult>
def get_app_service_environment_ase_custom_dns_suffix_configuration(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult
def get_app_service_environment_ase_custom_dns_suffix_configuration_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult]
func LookupAppServiceEnvironmentAseCustomDnsSuffixConfiguration(ctx *Context, args *LookupAppServiceEnvironmentAseCustomDnsSuffixConfigurationArgs, opts ...InvokeOption) (*LookupAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult, error)
func LookupAppServiceEnvironmentAseCustomDnsSuffixConfigurationOutput(ctx *Context, args *LookupAppServiceEnvironmentAseCustomDnsSuffixConfigurationOutputArgs, opts ...InvokeOption) LookupAppServiceEnvironmentAseCustomDnsSuffixConfigurationResultOutput
> Note: This function is named LookupAppServiceEnvironmentAseCustomDnsSuffixConfiguration
in the Go SDK.
public static class GetAppServiceEnvironmentAseCustomDnsSuffixConfiguration
{
public static Task<GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult> InvokeAsync(GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult> Invoke(GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult> getAppServiceEnvironmentAseCustomDnsSuffixConfiguration(GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:getAppServiceEnvironmentAseCustomDnsSuffixConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
Name of the App Service Environment.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- Name string
Name of the App Service Environment.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- name String
Name of the App Service Environment.
- resource
Group StringName Name of the resource group to which the resource belongs.
- name string
Name of the App Service Environment.
- resource
Group stringName Name of the resource group to which the resource belongs.
- name str
Name of the App Service Environment.
- resource_
group_ strname Name of the resource group to which the resource belongs.
- name String
Name of the App Service Environment.
- resource
Group StringName Name of the resource group to which the resource belongs.
getAppServiceEnvironmentAseCustomDnsSuffixConfiguration Result
The following output properties are available:
- Id string
Resource Id.
- Name string
Resource Name.
- Provisioning
Details string - Provisioning
State string - Type string
Resource type.
- Certificate
Url string The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- Dns
Suffix string The default custom domain suffix to use for all sites deployed on the ASE.
- Key
Vault stringReference Identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- Kind string
Kind of resource.
- Id string
Resource Id.
- Name string
Resource Name.
- Provisioning
Details string - Provisioning
State string - Type string
Resource type.
- Certificate
Url string The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- Dns
Suffix string The default custom domain suffix to use for all sites deployed on the ASE.
- Key
Vault stringReference Identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- Kind string
Kind of resource.
- id String
Resource Id.
- name String
Resource Name.
- provisioning
Details String - provisioning
State String - type String
Resource type.
- certificate
Url String The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- dns
Suffix String The default custom domain suffix to use for all sites deployed on the ASE.
- key
Vault StringReference Identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- kind String
Kind of resource.
- id string
Resource Id.
- name string
Resource Name.
- provisioning
Details string - provisioning
State string - type string
Resource type.
- certificate
Url string The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- dns
Suffix string The default custom domain suffix to use for all sites deployed on the ASE.
- key
Vault stringReference Identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- kind string
Kind of resource.
- id str
Resource Id.
- name str
Resource Name.
- provisioning_
details str - provisioning_
state str - type str
Resource type.
- certificate_
url str The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- dns_
suffix str The default custom domain suffix to use for all sites deployed on the ASE.
- key_
vault_ strreference_ identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- kind str
Kind of resource.
- id String
Resource Id.
- name String
Resource Name.
- provisioning
Details String - provisioning
State String - type String
Resource type.
- certificate
Url String The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
- dns
Suffix String The default custom domain suffix to use for all sites deployed on the ASE.
- key
Vault StringReference Identity The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
- kind String
Kind of resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0