Uses of Class
com.azure.resourcemanager.cdn.models.LinkToDefaultDomain
Packages that use LinkToDefaultDomain
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of LinkToDefaultDomain in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return LinkToDefaultDomainModifier and TypeMethodDescriptionRouteInner.linkToDefaultDomain()Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteUpdatePropertiesParameters.linkToDefaultDomain()Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type LinkToDefaultDomainModifier and TypeMethodDescriptionRouteInner.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteProperties.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteUpdatePropertiesParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain. -
Uses of LinkToDefaultDomain in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as LinkToDefaultDomainModifier and TypeFieldDescriptionstatic final LinkToDefaultDomainLinkToDefaultDomain.DISABLEDStatic value Disabled for LinkToDefaultDomain.static final LinkToDefaultDomainLinkToDefaultDomain.ENABLEDStatic value Enabled for LinkToDefaultDomain.Methods in com.azure.resourcemanager.cdn.models that return LinkToDefaultDomainModifier and TypeMethodDescriptionstatic LinkToDefaultDomainLinkToDefaultDomain.fromString(String name) Creates or finds a LinkToDefaultDomain from its string representation.RouteUpdateParameters.linkToDefaultDomain()Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type LinkToDefaultDomainModifier and TypeMethodDescriptionstatic Collection<LinkToDefaultDomain>LinkToDefaultDomain.values()Gets known LinkToDefaultDomain values.Methods in com.azure.resourcemanager.cdn.models with parameters of type LinkToDefaultDomainModifier and TypeMethodDescriptionRouteUpdateParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.