| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OriginProperties |
OriginProperties.withEnabled(Boolean enabled)
Set the enabled property: Origin is enabled for load balancing or not.
|
OriginProperties |
OriginProperties.withHostname(String hostname)
Set the hostname property: The address of the origin.
|
OriginProperties |
OriginProperties.withHttpPort(Integer httpPort)
Set the httpPort property: The value of the HTTP port.
|
OriginProperties |
OriginProperties.withHttpsPort(Integer httpsPort)
Set the httpsPort property: The value of the HTTPS port.
|
OriginProperties |
OriginProperties.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
OriginProperties |
OriginProperties.withPriority(Integer priority)
Set the priority property: Priority of origin in given origin group for load balancing.
|
OriginProperties |
OriginProperties.withPrivateLinkAlias(String privateLinkAlias)
Set the privateLinkAlias property: The Alias of the Private Link resource.
|
OriginProperties |
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 |
OriginProperties.withPrivateLinkLocation(String privateLinkLocation)
Set the privateLinkLocation property: The location of the Private Link resource.
|
OriginProperties |
OriginProperties.withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The Resource Id of the Private Link resource.
|
OriginProperties |
OriginProperties.withWeight(Integer weight)
Set the weight property: Weight of the origin in given origin group for load balancing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.