Uses of Class
com.azure.resourcemanager.cdn.models.LinkToDefaultDomain
-
Packages that use LinkToDefaultDomain 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. -
-
Uses of LinkToDefaultDomain in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return LinkToDefaultDomain Modifier and Type Method Description LinkToDefaultDomainRouteInner. linkToDefaultDomain()Get the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.LinkToDefaultDomainRouteUpdatePropertiesParameters. 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 LinkToDefaultDomain Modifier and Type Method Description RouteInnerRouteInner. withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RoutePropertiesRouteProperties. withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. 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 LinkToDefaultDomain Modifier and Type Field Description static LinkToDefaultDomainLinkToDefaultDomain. DISABLEDStatic value Disabled for LinkToDefaultDomain.static LinkToDefaultDomainLinkToDefaultDomain. ENABLEDStatic value Enabled for LinkToDefaultDomain.Methods in com.azure.resourcemanager.cdn.models that return LinkToDefaultDomain Modifier and Type Method Description static LinkToDefaultDomainLinkToDefaultDomain. fromString(String name)Creates or finds a LinkToDefaultDomain from its string representation.LinkToDefaultDomainRouteUpdateParameters. 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 LinkToDefaultDomain Modifier and Type Method Description static Collection<LinkToDefaultDomain>LinkToDefaultDomain. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type LinkToDefaultDomain Modifier and Type Method Description RouteUpdateParametersRouteUpdateParameters. withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
-