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