azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

996 строки
100 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient"
name: "CustomDomainsClient"
nameWithType: "CustomDomainsClient"
summary: "An instance of this class provides access to all the operations defined in Custom<wbr>Domains<wbr>Client."
syntax: "public interface **CustomDomainsClient**"
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
name: "beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
nameWithType: "CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
name: "beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
nameWithType: "CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
name: "beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
nameWithType: "CustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
name: "beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
nameWithType: "CustomDomainsClient.beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Disable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
name: "beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
nameWithType: "CustomDomainsClient.beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
desc: "Disable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Disable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Enable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
name: "beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
nameWithType: "CustomDomainsClient.beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The configuration specifying how to enable HTTPS for the custom domain - using\n CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by\n default."
name: "customDomainHttpsParameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
desc: "Enable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Enable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
name: "beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
nameWithType: "CustomDomainsClient.beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The configuration specifying how to enable HTTPS for the custom domain - using\n CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by\n default."
name: "customDomainHttpsParameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
desc: "Enable https delivery of the custom domain."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of friendly domain name mapping to the endpoint hostname that the\n customer provides for branding purposes, e.g."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
name: "create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
nameWithType: "CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
name: "create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
nameWithType: "CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.createAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
name: "createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
nameWithType: "CustomDomainsClient.createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<CustomDomainInner> createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.createWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
name: "createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
nameWithType: "CustomDomainsClient.createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
summary: "Creates a new custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties required to create a new custom domain."
name: "customDomainProperties"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainParameters&text=CustomDomainParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)"
desc: "Creates a new custom domain within an endpoint."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
name: "delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
nameWithType: "CustomDomainsClient.delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CustomDomainInner> deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the response body on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Deletes an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Deletes an existing custom domain within an endpoint."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Disable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
name: "disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
nameWithType: "CustomDomainsClient.disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
desc: "Disable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CustomDomainInner> disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Disable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttpsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Disable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Disable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Enable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttps(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
name: "enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
nameWithType: "CustomDomainsClient.enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The configuration specifying how to enable HTTPS for the custom domain - using\n CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by\n default."
name: "customDomainHttpsParameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)"
desc: "Enable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Enable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
name: "enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
nameWithType: "CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The configuration specifying how to enable HTTPS for the custom domain - using\n CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by\n default."
name: "customDomainHttpsParameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
desc: "Enable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
name: "enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
nameWithType: "CustomDomainsClient.enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
summary: "Enable https delivery of the custom domain."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The configuration specifying how to enable HTTPS for the custom domain - using\n CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by\n default."
name: "customDomainHttpsParameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters?alt=com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)"
desc: "Enable https delivery of the custom domain."
returns:
description: "friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes,\n e.g along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.get(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "get(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.get(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Gets an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CustomDomainInner get(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Gets an existing custom domain within an endpoint."
returns:
description: "an existing custom domain within an endpoint."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Gets an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CustomDomainInner> getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Gets an existing custom domain within an endpoint."
returns:
description: "an existing custom domain within an endpoint on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
name: "getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
nameWithType: "CustomDomainsClient.getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
summary: "Gets an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CustomDomainInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)"
desc: "Gets an existing custom domain within an endpoint."
returns:
description: "an existing custom domain within an endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
name: "getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
nameWithType: "CustomDomainsClient.getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
summary: "Gets an existing custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the custom domain within an endpoint."
name: "customDomainName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<CustomDomainInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)"
desc: "Gets an existing custom domain within an endpoint."
returns:
description: "an existing custom domain within an endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpoint(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpoint(String resourceGroupName, String profileName, String endpointName)"
name: "listByEndpoint(String resourceGroupName, String profileName, String endpointName)"
nameWithType: "CustomDomainsClient.listByEndpoint(String resourceGroupName, String profileName, String endpointName)"
summary: "Lists all of the existing custom domains within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName)"
desc: "Lists all of the existing custom domains within an endpoint."
returns:
description: "result of the request to list custom domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpoint(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)"
name: "listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)"
nameWithType: "CustomDomainsClient.listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)"
summary: "Lists all of the existing custom domains within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)"
desc: "Lists all of the existing custom domains within an endpoint."
returns:
description: "result of the request to list custom domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpointAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.CustomDomainsClient.listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)"
name: "listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)"
nameWithType: "CustomDomainsClient.listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)"
summary: "Lists all of the existing custom domains within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the CDN profile which is unique within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the endpoint under the profile which is unique globally."
name: "endpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<CustomDomainInner> listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)"
desc: "Lists all of the existing custom domains within an endpoint."
returns:
description: "result of the request to list custom domains as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner?alt=com.azure.resourcemanager.cdn.fluent.models.CustomDomainInner&text=CustomDomainInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in CustomDomainsClient."
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0