Uses of Class
com.azure.resourcemanager.cdn.models.OriginUpdateParameters
Packages that use OriginUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
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 OriginUpdateParametersModifier and TypeMethodDescriptioncom.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.OriginsClient.update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties) Updates an existing origin within an endpoint.OriginsClient.update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties, com.azure.core.util.Context context) Updates an existing origin within an endpoint.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
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type OriginUpdateParametersModifier and TypeClassDescriptionfinal classOrigin properties needed for origin update.Methods in com.azure.resourcemanager.cdn.models that return OriginUpdateParametersModifier and TypeMethodDescriptionstatic OriginUpdateParametersOriginUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OriginUpdateParameters from the JsonReader.OriginUpdateParameters.withEnabled(Boolean enabled) Set the enabled property: Origin is enabled for load balancing or not.OriginUpdateParameters.withHostname(String hostname) Set the hostname property: The address of the origin.OriginUpdateParameters.withHttpPort(Integer httpPort) Set the httpPort property: The value of the HTTP port.OriginUpdateParameters.withHttpsPort(Integer httpsPort) Set the httpsPort property: The value of the HTTPS port.OriginUpdateParameters.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.OriginUpdateParameters.withPriority(Integer priority) Set the priority property: Priority of origin in given origin group for load balancing.OriginUpdateParameters.withPrivateLinkAlias(String privateLinkAlias) Set the privateLinkAlias property: The Alias of the Private Link resource.OriginUpdateParameters.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage) Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect to the Private Link.OriginUpdateParameters.withPrivateLinkLocation(String privateLinkLocation) Set the privateLinkLocation property: The location of the Private Link resource.OriginUpdateParameters.withPrivateLinkResourceId(String privateLinkResourceId) Set the privateLinkResourceId property: The Resource Id of the Private Link resource.OriginUpdateParameters.withWeight(Integer weight) Set the weight property: Weight of the origin in given origin group for load balancing.