azure-native.web.getAppServiceEnvironmentAseCustomDnsSuffixConfiguration

Full view of the custom domain suffix configuration for ASEv3. API Version: 2022-03-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.

ResourceGroupName string

Name of the resource group to which the resource belongs.

Name string

Name of the App Service Environment.

ResourceGroupName string

Name of the resource group to which the resource belongs.

name String

Name of the App Service Environment.

resourceGroupName String

Name of the resource group to which the resource belongs.

name string

Name of the App Service Environment.

resourceGroupName string

Name of the resource group to which the resource belongs.

name str

Name of the App Service Environment.

resource_group_name str

Name of the resource group to which the resource belongs.

name String

Name of the App Service Environment.

resourceGroupName String

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.

ProvisioningDetails string
ProvisioningState string
Type string

Resource type.

CertificateUrl 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.

DnsSuffix string

The default custom domain suffix to use for all sites deployed on the ASE.

KeyVaultReferenceIdentity string

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.

ProvisioningDetails string
ProvisioningState string
Type string

Resource type.

CertificateUrl 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.

DnsSuffix string

The default custom domain suffix to use for all sites deployed on the ASE.

KeyVaultReferenceIdentity string

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.

provisioningDetails String
provisioningState String
type String

Resource type.

certificateUrl 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.

dnsSuffix String

The default custom domain suffix to use for all sites deployed on the ASE.

keyVaultReferenceIdentity String

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.

provisioningDetails string
provisioningState string
type string

Resource type.

certificateUrl 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.

dnsSuffix string

The default custom domain suffix to use for all sites deployed on the ASE.

keyVaultReferenceIdentity string

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_reference_identity str

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.

provisioningDetails String
provisioningState String
type String

Resource type.

certificateUrl 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.

dnsSuffix String

The default custom domain suffix to use for all sites deployed on the ASE.

keyVaultReferenceIdentity String

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