GetCustomDomainPlainArgs

data class GetCustomDomainPlainArgs(val customDomainName: String, val endpointName: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetCustomDomainPlainArgs>

Constructors

Link copied to clipboard
constructor(customDomainName: String, endpointName: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the custom domain within an endpoint.

Link copied to clipboard

Name of the endpoint under the profile which is unique globally.

Link copied to clipboard

Name of the CDN profile which is unique within the resource group.

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomDomainPlainArgs