| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfdOriginProperties
The JSON object that contains the properties of the origin.
|
| Modifier and Type | Method and Description |
|---|---|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable health probes to be made against backends defined under
backendPools.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withHostname(String hostname)
Set the hostname property: The address of the origin.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withHttpPort(Integer httpPort)
Set the httpPort property: The value of the HTTP port.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withHttpsPort(Integer httpsPort)
Set the httpsPort property: The value of the HTTPS port.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withPriority(Integer priority)
Set the priority property: Priority of origin in given origin group for load balancing.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withSharedPrivateLinkResource(Object sharedPrivateLinkResource)
Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.
|
AfdOriginUpdatePropertiesParameters |
AfdOriginUpdatePropertiesParameters.withWeight(Integer weight)
Set the weight property: Weight of the origin in given origin group for load balancing.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.