Uses of Class
com.azure.resourcemanager.cdn.fluent.models.OriginProperties
Packages that use OriginProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of OriginProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return OriginPropertiesModifier and TypeMethodDescriptionOriginProperties.withEnabled(Boolean enabled) Set the enabled property: Origin is enabled for load balancing or not.OriginProperties.withHostname(String hostname) Set the hostname property: The address of the origin.OriginProperties.withHttpPort(Integer httpPort) Set the httpPort property: The value of the HTTP port.OriginProperties.withHttpsPort(Integer httpsPort) Set the httpsPort property: The value of the HTTPS port.OriginProperties.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.OriginProperties.withPriority(Integer priority) Set the priority property: Priority of origin in given origin group for load balancing.OriginProperties.withPrivateLinkAlias(String privateLinkAlias) Set the privateLinkAlias property: The Alias of the Private Link resource.OriginProperties.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage) Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect to the Private Link.OriginProperties.withPrivateLinkLocation(String privateLinkLocation) Set the privateLinkLocation property: The location of the Private Link resource.OriginProperties.withPrivateLinkResourceId(String privateLinkResourceId) Set the privateLinkResourceId property: The Resource Id of the Private Link resource.OriginProperties.withWeight(Integer weight) Set the weight property: Weight of the origin in given origin group for load balancing.