AfdOriginProperties |
AfdOriginProperties.withAzureOrigin(ResourceReference azureOrigin) |
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
AfdOriginProperties |
AfdOriginProperties.withEnabledState(EnabledState enabledState) |
Set the enabledState property: Whether to enable health probes to be made against backends defined under
backendPools.
|
AfdOriginProperties |
AfdOriginProperties.withHostname(String hostname) |
Set the hostname property: The address of the origin.
|
AfdOriginProperties |
AfdOriginProperties.withHttpPort(Integer httpPort) |
Set the httpPort property: The value of the HTTP port.
|
AfdOriginProperties |
AfdOriginProperties.withHttpsPort(Integer httpsPort) |
Set the httpsPort property: The value of the HTTPS port.
|
AfdOriginProperties |
AfdOriginProperties.withOriginHostHeader(String originHostHeader) |
Set the originHostHeader property: The host header value sent to the origin with each request.
|
AfdOriginProperties |
AfdOriginProperties.withPriority(Integer priority) |
Set the priority property: Priority of origin in given origin group for load balancing.
|
AfdOriginProperties |
AfdOriginProperties.withSharedPrivateLinkResource(Object sharedPrivateLinkResource) |
Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.
|
AfdOriginProperties |
AfdOriginProperties.withWeight(Integer weight) |
Set the weight property: Weight of the origin in given origin group for load balancing.
|