Uses of Class
com.azure.resourcemanager.cdn.models.OriginUpdateParameters
-
Packages that use OriginUpdateParameters Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of OriginUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type OriginUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner>OriginsClient. beginUpdate(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)Updates an existing origin within an endpoint.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner>OriginsClient. beginUpdate(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties, com.azure.core.util.Context context)Updates an existing origin within an endpoint.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner>OriginsClient. beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)Updates an existing origin within an endpoint.OriginInnerOriginsClient. update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)Updates an existing origin within an endpoint.OriginInnerOriginsClient. update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties, com.azure.core.util.Context context)Updates an existing origin within an endpoint.Mono<OriginInner>OriginsClient. updateAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)Updates an existing origin within an endpoint.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>OriginsClient. updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)Updates an existing origin within an endpoint. -
Uses of OriginUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return OriginUpdateParameters Modifier and Type Method Description OriginUpdateParametersOriginUpdateParameters. withEnabled(Boolean enabled)Set the enabled property: Origin is enabled for load balancing or not.OriginUpdateParametersOriginUpdateParameters. withHostname(String hostname)Set the hostname property: The address of the origin.OriginUpdateParametersOriginUpdateParameters. withHttpPort(Integer httpPort)Set the httpPort property: The value of the HTTP port.OriginUpdateParametersOriginUpdateParameters. withHttpsPort(Integer httpsPort)Set the httpsPort property: The value of the HTTPS port.OriginUpdateParametersOriginUpdateParameters. withOriginHostHeader(String originHostHeader)Set the originHostHeader property: The host header value sent to the origin with each request.OriginUpdateParametersOriginUpdateParameters. withPriority(Integer priority)Set the priority property: Priority of origin in given origin group for load balancing.OriginUpdateParametersOriginUpdateParameters. withPrivateLinkAlias(String privateLinkAlias)Set the privateLinkAlias property: The Alias of the Private Link resource.OriginUpdateParametersOriginUpdateParameters. withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect to the Private Link.OriginUpdateParametersOriginUpdateParameters. withPrivateLinkLocation(String privateLinkLocation)Set the privateLinkLocation property: The location of the Private Link resource.OriginUpdateParametersOriginUpdateParameters. withPrivateLinkResourceId(String privateLinkResourceId)Set the privateLinkResourceId property: The Resource Id of the Private Link resource.OriginUpdateParametersOriginUpdateParameters. withWeight(Integer weight)Set the weight property: Weight of the origin in given origin group for load balancing.
-