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