Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdOriginProperties
Packages that use AfdOriginProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of AfdOriginProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdOriginPropertiesModifier and TypeMethodDescriptionstatic AfdOriginPropertiesAfdOriginProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdOriginProperties from the JsonReader.AfdOriginProperties.withAzureOrigin(ResourceReference azureOrigin) Set the azureOrigin property: Resource reference to the Azure origin resource.AfdOriginProperties.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.AfdOriginProperties.withEnforceCertificateNameCheck(Boolean enforceCertificateNameCheck) Set the enforceCertificateNameCheck property: Whether to enable certificate name check at origin level.AfdOriginProperties.withHostname(String hostname) Set the hostname property: The address of the origin.AfdOriginProperties.withHttpPort(Integer httpPort) Set the httpPort property: The value of the HTTP port.AfdOriginProperties.withHttpsPort(Integer httpsPort) Set the httpsPort property: The value of the HTTPS port.AfdOriginProperties.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.AfdOriginProperties.withPriority(Integer priority) Set the priority property: Priority of origin in given origin group for load balancing.AfdOriginProperties.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginProperties.withWeight(Integer weight) Set the weight property: Weight of the origin in given origin group for load balancing.