| 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.
|
| Modifier and Type | Method and 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.
|
ValidateSecretOutputInner |
ValidatesClient.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.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
AfdCustomDomainsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
AfdDomainInner.azureDnsZone()
Get the azureDnsZone property: Resource reference to the Azure DNS zone.
|
ResourceReference |
AfdOriginInner.azureOrigin()
Get the azureOrigin property: Resource reference to the Azure origin resource.
|
ResourceReference |
EndpointInner.defaultOriginGroup()
Get the defaultOriginGroup property: A reference to the origin group.
|
ResourceReference |
RouteInner.originGroup()
Get the originGroup property: A reference to the origin group.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainInner |
AfdDomainInner.withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdOriginInner |
AfdOriginInner.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
EndpointInner |
EndpointInner.withDefaultOriginGroup(ResourceReference defaultOriginGroup)
Set the defaultOriginGroup property: A reference to the origin group.
|
RouteInner |
RouteInner.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: A reference to the origin group.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
AfdDomainUpdatePropertiesParameters.azureDnsZone()
Get the azureDnsZone property: Resource reference to the Azure DNS zone.
|
ResourceReference |
AfdDomainUpdateParameters.azureDnsZone()
Get the azureDnsZone property: Resource reference to the Azure DNS zone.
|
ResourceReference |
AfdOriginUpdateParameters.azureOrigin()
Get the azureOrigin property: Resource reference to the Azure origin resource.
|
ResourceReference |
AfdOriginUpdatePropertiesParameters.azureOrigin()
Get the azureOrigin property: Resource reference to the Azure origin resource.
|
ResourceReference |
EndpointPropertiesUpdateParameters.defaultOriginGroup()
Get the defaultOriginGroup property: A reference to the origin group.
|
ResourceReference |
EndpointUpdateParameters.defaultOriginGroup()
Get the defaultOriginGroup property: A reference to the origin group.
|
ResourceReference |
RouteUpdatePropertiesParameters.originGroup()
Get the originGroup property: A reference to the origin group.
|
ResourceReference |
RouteUpdateParameters.originGroup()
Get the originGroup property: A reference to the origin group.
|
ResourceReference |
OriginGroupOverrideActionParameters.originGroup()
Get the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.
|
ResourceReference |
AfdDomainHttpsParameters.secret()
Get the secret property: Resource reference to the secret.
|
ResourceReference |
ValidateSecretInput.secretSource()
Get the secretSource property: The secret source.
|
ResourceReference |
CustomerCertificateParameters.secretSource()
Get the secretSource property: Resource reference to the KV secret.
|
ResourceReference |
UrlSigningKeyParameters.secretSource()
Get the secretSource property: Resource reference to the KV secret.
|
ResourceReference |
SecurityPolicyWebApplicationFirewallParameters.wafPolicy()
Get the wafPolicy property: Resource ID.
|
ResourceReference |
ResourceReference.withId(String id)
Set the id property: Resource ID.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainUpdatePropertiesParameters |
AfdDomainUpdatePropertiesParameters.withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdDomainUpdateParameters |
AfdDomainUpdateParameters.withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdDomainProperties |
AfdDomainProperties.withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
AfdOriginProperties |
AfdOriginProperties.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
EndpointProperties |
EndpointProperties.withDefaultOriginGroup(ResourceReference defaultOriginGroup)
Set the defaultOriginGroup property: A reference to the origin group.
|
EndpointPropertiesUpdateParameters |
EndpointPropertiesUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup)
Set the defaultOriginGroup property: A reference to the origin group.
|
EndpointUpdateParameters |
EndpointUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup)
Set the defaultOriginGroup property: A reference to the origin group.
|
RouteUpdatePropertiesParameters |
RouteUpdatePropertiesParameters.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: A reference to the origin group.
|
RouteProperties |
RouteProperties.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: A reference to the origin group.
|
RouteUpdateParameters |
RouteUpdateParameters.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: A reference to the origin group.
|
OriginGroupOverrideActionParameters |
OriginGroupOverrideActionParameters.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.
|
AfdDomainHttpsParameters |
AfdDomainHttpsParameters.withSecret(ResourceReference secret)
Set the secret property: Resource reference to the secret.
|
ValidateSecretInput |
ValidateSecretInput.withSecretSource(ResourceReference secretSource)
Set the secretSource property: The secret source.
|
CustomerCertificateParameters |
CustomerCertificateParameters.withSecretSource(ResourceReference secretSource)
Set the secretSource property: Resource reference to the KV secret.
|
UrlSigningKeyParameters |
UrlSigningKeyParameters.withSecretSource(ResourceReference secretSource)
Set the secretSource property: Resource reference to the KV secret.
|
SecurityPolicyWebApplicationFirewallParameters |
SecurityPolicyWebApplicationFirewallParameters.withWafPolicy(ResourceReference wafPolicy)
Set the wafPolicy property: Resource ID.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.