Uses of Class
com.azure.resourcemanager.cdn.models.ResourceReference
-
Packages that use ResourceReference Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.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 ResourceReference in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ResourceReference Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner>AfdCustomDomainsClient. beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner>AfdCustomDomainsClient. beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone, com.azure.core.util.Context context)Updates an existing domain within a profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner>AfdCustomDomainsClient. beginUpdateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile.ValidateSecretOutputInnerValidatesClient. secret(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile.Mono<ValidateSecretOutputInner>ValidatesClient. secretAsync(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner>ValidatesClient. secretWithResponse(ResourceReference secretSource, ValidateSecretType secretType, com.azure.core.util.Context context)Validate a Secret in the profile.Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>>ValidatesClient. secretWithResponseAsync(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile.AfdDomainInnerAfdCustomDomainsClient. update(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile.AfdDomainInnerAfdCustomDomainsClient. update(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone, com.azure.core.util.Context context)Updates an existing domain within a profile.Mono<AfdDomainInner>AfdCustomDomainsClient. updateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdCustomDomainsClient. updateWithResponseAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile. -
Uses of ResourceReference in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ResourceReference Modifier and Type Method Description ResourceReferenceAfdDomainInner. azureDnsZone()Get the azureDnsZone property: Resource reference to the Azure DNS zone.ResourceReferenceAfdOriginInner. azureOrigin()Get the azureOrigin property: Resource reference to the Azure origin resource.ResourceReferenceEndpointInner. defaultOriginGroup()Get the defaultOriginGroup property: A reference to the origin group.ResourceReferenceRouteInner. originGroup()Get the originGroup property: A reference to the origin group.Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>RouteInner. customDomains()Get the customDomains property: Domains referenced by this endpoint.List<ResourceReference>OriginGroupInner. origins()Get the origins property: The source of the content being delivered via CDN within given origin group.List<ResourceReference>RouteInner. ruleSets()Get the ruleSets property: rule sets referenced by this endpoint.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ResourceReference Modifier and Type Method Description AfdDomainInnerAfdDomainInner. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdOriginInnerAfdOriginInner. withAzureOrigin(ResourceReference azureOrigin)Set the azureOrigin property: Resource reference to the Azure origin resource.EndpointInnerEndpointInner. withDefaultOriginGroup(ResourceReference defaultOriginGroup)Set the defaultOriginGroup property: A reference to the origin group.RouteInnerRouteInner. withOriginGroup(ResourceReference originGroup)Set the originGroup property: A reference to the origin group.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type ResourceReference Modifier and Type Method Description RouteInnerRouteInner. withCustomDomains(List<ResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.OriginGroupInnerOriginGroupInner. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.RouteInnerRouteInner. withRuleSets(List<ResourceReference> ruleSets)Set the ruleSets property: rule sets referenced by this endpoint. -
Uses of ResourceReference in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ResourceReference Modifier and Type Method Description ResourceReferenceAfdDomainUpdateParameters. azureDnsZone()Get the azureDnsZone property: Resource reference to the Azure DNS zone.ResourceReferenceAfdDomainUpdatePropertiesParameters. azureDnsZone()Get the azureDnsZone property: Resource reference to the Azure DNS zone.ResourceReferenceAfdOriginUpdateParameters. azureOrigin()Get the azureOrigin property: Resource reference to the Azure origin resource.ResourceReferenceAfdOriginUpdatePropertiesParameters. azureOrigin()Get the azureOrigin property: Resource reference to the Azure origin resource.ResourceReferenceEndpointPropertiesUpdateParameters. defaultOriginGroup()Get the defaultOriginGroup property: A reference to the origin group.ResourceReferenceEndpointUpdateParameters. defaultOriginGroup()Get the defaultOriginGroup property: A reference to the origin group.ResourceReferenceOriginGroupOverrideActionParameters. originGroup()Get the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.ResourceReferenceRouteUpdateParameters. originGroup()Get the originGroup property: A reference to the origin group.ResourceReferenceRouteUpdatePropertiesParameters. originGroup()Get the originGroup property: A reference to the origin group.ResourceReferenceAfdDomainHttpsParameters. secret()Get the secret property: Resource reference to the secret.ResourceReferenceCustomerCertificateParameters. secretSource()Get the secretSource property: Resource reference to the KV secret.ResourceReferenceUrlSigningKeyParameters. secretSource()Get the secretSource property: Resource reference to the KV secret.ResourceReferenceValidateSecretInput. secretSource()Get the secretSource property: The secret source.ResourceReferenceSecurityPolicyWebApplicationFirewallParameters. wafPolicy()Get the wafPolicy property: Resource ID.ResourceReferenceResourceReference. withId(String id)Set the id property: Resource ID.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>RouteUpdateParameters. customDomains()Get the customDomains property: Domains referenced by this endpoint.List<ResourceReference>RouteUpdatePropertiesParameters. customDomains()Get the customDomains property: Domains referenced by this endpoint.List<ResourceReference>SecurityPolicyWebApplicationFirewallAssociation. domains()Get the domains property: List of domains.List<ResourceReference>DeepCreatedOriginGroup. origins()Get the origins property: The source of the content being delivered via CDN within given origin group.List<ResourceReference>OriginGroupUpdateParameters. origins()Get the origins property: The source of the content being delivered via CDN within given origin group.List<ResourceReference>OriginGroupUpdatePropertiesParameters. origins()Get the origins property: The source of the content being delivered via CDN within given origin group.List<ResourceReference>RouteUpdateParameters. ruleSets()Get the ruleSets property: rule sets referenced by this endpoint.List<ResourceReference>RouteUpdatePropertiesParameters. ruleSets()Get the ruleSets property: rule sets referenced by this endpoint.Methods in com.azure.resourcemanager.cdn.models with parameters of type ResourceReference Modifier and Type Method Description AfdDomainPropertiesAfdDomainProperties. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainUpdateParametersAfdDomainUpdateParameters. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainUpdatePropertiesParametersAfdDomainUpdatePropertiesParameters. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdOriginPropertiesAfdOriginProperties. withAzureOrigin(ResourceReference azureOrigin)Set the azureOrigin property: Resource reference to the Azure origin resource.AfdOriginUpdateParametersAfdOriginUpdateParameters. withAzureOrigin(ResourceReference azureOrigin)Set the azureOrigin property: Resource reference to the Azure origin resource.AfdOriginUpdatePropertiesParametersAfdOriginUpdatePropertiesParameters. withAzureOrigin(ResourceReference azureOrigin)Set the azureOrigin property: Resource reference to the Azure origin resource.EndpointPropertiesEndpointProperties. withDefaultOriginGroup(ResourceReference defaultOriginGroup)Set the defaultOriginGroup property: A reference to the origin group.EndpointPropertiesUpdateParametersEndpointPropertiesUpdateParameters. withDefaultOriginGroup(ResourceReference defaultOriginGroup)Set the defaultOriginGroup property: A reference to the origin group.EndpointUpdateParametersEndpointUpdateParameters. withDefaultOriginGroup(ResourceReference defaultOriginGroup)Set the defaultOriginGroup property: A reference to the origin group.OriginGroupOverrideActionParametersOriginGroupOverrideActionParameters. withOriginGroup(ResourceReference originGroup)Set the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.RoutePropertiesRouteProperties. withOriginGroup(ResourceReference originGroup)Set the originGroup property: A reference to the origin group.RouteUpdateParametersRouteUpdateParameters. withOriginGroup(ResourceReference originGroup)Set the originGroup property: A reference to the origin group.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withOriginGroup(ResourceReference originGroup)Set the originGroup property: A reference to the origin group.AfdDomainHttpsParametersAfdDomainHttpsParameters. withSecret(ResourceReference secret)Set the secret property: Resource reference to the secret.CustomerCertificateParametersCustomerCertificateParameters. withSecretSource(ResourceReference secretSource)Set the secretSource property: Resource reference to the KV secret.UrlSigningKeyParametersUrlSigningKeyParameters. withSecretSource(ResourceReference secretSource)Set the secretSource property: Resource reference to the KV secret.ValidateSecretInputValidateSecretInput. withSecretSource(ResourceReference secretSource)Set the secretSource property: The secret source.SecurityPolicyWebApplicationFirewallParametersSecurityPolicyWebApplicationFirewallParameters. withWafPolicy(ResourceReference wafPolicy)Set the wafPolicy property: Resource ID.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ResourceReference Modifier and Type Method Description RoutePropertiesRouteProperties. withCustomDomains(List<ResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.RouteUpdateParametersRouteUpdateParameters. withCustomDomains(List<ResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withCustomDomains(List<ResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.SecurityPolicyWebApplicationFirewallAssociationSecurityPolicyWebApplicationFirewallAssociation. withDomains(List<ResourceReference> domains)Set the domains property: List of domains.DeepCreatedOriginGroupDeepCreatedOriginGroup. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.OriginGroupPropertiesOriginGroupProperties. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.OriginGroupUpdateParametersOriginGroupUpdateParameters. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.OriginGroupUpdatePropertiesParametersOriginGroupUpdatePropertiesParameters. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.RoutePropertiesRouteProperties. withRuleSets(List<ResourceReference> ruleSets)Set the ruleSets property: rule sets referenced by this endpoint.RouteUpdateParametersRouteUpdateParameters. withRuleSets(List<ResourceReference> ruleSets)Set the ruleSets property: rule sets referenced by this endpoint.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withRuleSets(List<ResourceReference> ruleSets)Set the ruleSets property: rule sets referenced by this endpoint.
-