Uses of Class
com.microsoft.azure.management.cdn.AFDOriginUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDOriginUpdateParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDOriginUpdateParameters.withAzureOrigin
(ResourceReference azureOrigin) Set resource reference to the Azure origin resource.AFDOriginUpdateParameters.withEnabledState
(EnabledState enabledState) Set whether to enable health probes to be made against backends defined under backendPools.AFDOriginUpdateParameters.withHostName
(String hostName) Set the address of the origin.AFDOriginUpdateParameters.withHttpPort
(Integer httpPort) Set the value of the HTTP port.AFDOriginUpdateParameters.withHttpsPort
(Integer httpsPort) Set the value of the HTTPS port.AFDOriginUpdateParameters.withOriginHostHeader
(String originHostHeader) Set the host header value sent to the origin with each request.AFDOriginUpdateParameters.withPriority
(Integer priority) Set priority of origin in given origin group for load balancing.AFDOriginUpdateParameters.withSharedPrivateLinkResource
(Object sharedPrivateLinkResource) Set the properties of the private link resource for private origin.AFDOriginUpdateParameters.withWeight
(Integer weight) Set weight of the origin in given origin group for load balancing.