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