Uses of Class
com.azure.resourcemanager.cdn.models.ActivatedResourceReference
-
Packages that use ActivatedResourceReference 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 ActivatedResourceReference in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type ActivatedResourceReference Modifier and Type Method Description List<ActivatedResourceReference>RouteInner. customDomains()Get the customDomains property: Domains referenced by this endpoint.List<ActivatedResourceReference>RouteUpdatePropertiesParameters. customDomains()Get the customDomains property: Domains referenced by this endpoint.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type ActivatedResourceReference Modifier and Type Method Description RouteInnerRouteInner. withCustomDomains(List<ActivatedResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.RoutePropertiesRouteProperties. withCustomDomains(List<ActivatedResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withCustomDomains(List<ActivatedResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint. -
Uses of ActivatedResourceReference in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ActivatedResourceReference Modifier and Type Method Description ActivatedResourceReferenceActivatedResourceReference. withId(String id)Set the id property: Resource ID.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ActivatedResourceReference Modifier and Type Method Description List<ActivatedResourceReference>RouteUpdateParameters. customDomains()Get the customDomains property: Domains referenced by this endpoint.List<ActivatedResourceReference>SecurityPolicyWebApplicationFirewallAssociation. domains()Get the domains property: List of domains.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ActivatedResourceReference Modifier and Type Method Description RouteUpdateParametersRouteUpdateParameters. withCustomDomains(List<ActivatedResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.SecurityPolicyWebApplicationFirewallAssociationSecurityPolicyWebApplicationFirewallAssociation. withDomains(List<ActivatedResourceReference> domains)Set the domains property: List of domains.
-