Uses of Class
com.microsoft.azure.management.cdn.OriginUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of OriginUpdateParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionOriginUpdateParameters.withEnabled
(Boolean enabled) Set origin is enabled for load balancing or not.OriginUpdateParameters.withHostName
(String hostName) Set the address of the origin.OriginUpdateParameters.withHttpPort
(Integer httpPort) Set the value of the HTTP port.OriginUpdateParameters.withHttpsPort
(Integer httpsPort) Set the value of the HTTPS port.OriginUpdateParameters.withOriginHostHeader
(String originHostHeader) Set the host header value sent to the origin with each request.OriginUpdateParameters.withPriority
(Integer priority) Set priority of origin in given origin group for load balancing.OriginUpdateParameters.withPrivateLinkAlias
(String privateLinkAlias) Set the Alias of the Private Link resource.OriginUpdateParameters.withPrivateLinkApprovalMessage
(String privateLinkApprovalMessage) Set a custom message to be included in the approval request to connect to the Private Link.OriginUpdateParameters.withPrivateLinkLocation
(String privateLinkLocation) Set the location of the Private Link resource.OriginUpdateParameters.withPrivateLinkResourceId
(String privateLinkResourceId) Set the Resource Id of the Private Link resource.OriginUpdateParameters.withWeight
(Integer weight) Set weight of the origin in given origin group for load balancing.