| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LinkToDefaultDomain |
RouteInner.linkToDefaultDomain()
Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RouteInner.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)
Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
| Modifier and Type | Field and Description |
|---|---|
static LinkToDefaultDomain |
LinkToDefaultDomain.DISABLED
Static value Disabled for LinkToDefaultDomain.
|
static LinkToDefaultDomain |
LinkToDefaultDomain.ENABLED
Static value Enabled for LinkToDefaultDomain.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkToDefaultDomain |
LinkToDefaultDomain.fromString(String name)
Creates or finds a LinkToDefaultDomain from its string representation.
|
LinkToDefaultDomain |
RouteUpdatePropertiesParameters.linkToDefaultDomain()
Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
LinkToDefaultDomain |
RouteUpdateParameters.linkToDefaultDomain()
Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
| Modifier and Type | Method and Description |
|---|---|
RouteUpdatePropertiesParameters |
RouteUpdatePropertiesParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)
Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
RouteProperties |
RouteProperties.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)
Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
RouteUpdateParameters |
RouteUpdateParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)
Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.