Uses of Class
com.microsoft.azure.management.cdn.ResourceReference
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ResourceReference in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDDomainUpdateParameters.azureDnsZone()
Get resource reference to the Azure DNS zone.AFDOriginUpdateParameters.azureOrigin()
Get resource reference to the Azure origin resource.EndpointUpdateParameters.defaultOriginGroup()
Get a reference to the origin group.OriginGroupOverrideActionParameters.originGroup()
Get defines the OriginGroup that would override the DefaultOriginGroup.RouteUpdateParameters.originGroup()
Get a reference to the origin group.SharedPrivateLinkResourceProperties.privateLink()
Get the resource id of the resource the shared private link resource is for.AFDDomainHttpsParameters.secret()
Get resource reference to the secret.CustomerCertificateParameters.secretSource()
Get resource reference to the KV secret.UrlSigningKeyParameters.secretSource()
Get resource reference to the KV secret.ValidateSecretInput.secretSource()
Get the secret source.SecurityPolicyWebApplicationFirewallParameters.wafPolicy()
Get resource ID.Set resource ID.Modifier and TypeMethodDescriptionRouteUpdateParameters.customDomains()
Get domains referenced by this endpoint.SecurityPolicyWebApplicationFirewallAssociation.domains()
Get list of domains.DeepCreatedOriginGroup.origins()
Get the source of the content being delivered via CDN within given origin group.OriginGroupUpdateParameters.origins()
Get the source of the content being delivered via CDN within given origin group.RouteUpdateParameters.ruleSets()
Get rule sets referenced by this endpoint.Modifier and TypeMethodDescriptionAFDDomainUpdateParameters.withAzureDnsZone
(ResourceReference azureDnsZone) Set resource reference to the Azure DNS zone.AFDOriginUpdateParameters.withAzureOrigin
(ResourceReference azureOrigin) Set resource reference to the Azure origin resource.EndpointUpdateParameters.withDefaultOriginGroup
(ResourceReference defaultOriginGroup) Set a reference to the origin group.OriginGroupOverrideActionParameters.withOriginGroup
(ResourceReference originGroup) Set defines the OriginGroup that would override the DefaultOriginGroup.RouteUpdateParameters.withOriginGroup
(ResourceReference originGroup) Set a reference to the origin group.SharedPrivateLinkResourceProperties.withPrivateLink
(ResourceReference privateLink) Set the resource id of the resource the shared private link resource is for.AFDDomainHttpsParameters.withSecret
(ResourceReference secret) Set resource reference to the secret.CustomerCertificateParameters.withSecretSource
(ResourceReference secretSource) Set resource reference to the KV secret.UrlSigningKeyParameters.withSecretSource
(ResourceReference secretSource) Set resource reference to the KV secret.ValidateSecretInput.withSecretSource
(ResourceReference secretSource) Set the secret source.SecurityPolicyWebApplicationFirewallParameters.withWafPolicy
(ResourceReference wafPolicy) Set resource ID.Modifier and TypeMethodDescriptionRouteUpdateParameters.withCustomDomains
(List<ResourceReference> customDomains) Set domains referenced by this endpoint.SecurityPolicyWebApplicationFirewallAssociation.withDomains
(List<ResourceReference> domains) Set list of domains.DeepCreatedOriginGroup.withOrigins
(List<ResourceReference> origins) Set the source of the content being delivered via CDN within given origin group.OriginGroupUpdateParameters.withOrigins
(List<ResourceReference> origins) Set the source of the content being delivered via CDN within given origin group.RouteUpdateParameters.withRuleSets
(List<ResourceReference> ruleSets) Set rule sets referenced by this endpoint.