Uses of Class
com.azure.resourcemanager.cdn.models.AfdOriginUpdateParameters
-
Packages that use AfdOriginUpdateParameters 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 AfdOriginUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdOriginUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner>AfdOriginsClient. beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)Updates an existing origin within an origin group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner>AfdOriginsClient. beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, com.azure.core.util.Context context)Updates an existing origin within an origin group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner>AfdOriginsClient. beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)Updates an existing origin within an origin group.AfdOriginInnerAfdOriginsClient. update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)Updates an existing origin within an origin group.AfdOriginInnerAfdOriginsClient. update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, com.azure.core.util.Context context)Updates an existing origin within an origin group.Mono<AfdOriginInner>AfdOriginsClient. updateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)Updates an existing origin within an origin group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdOriginsClient. updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)Updates an existing origin within an origin group. -
Uses of AfdOriginUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdOriginUpdateParameters Modifier and Type Method Description AfdOriginUpdateParametersAfdOriginUpdateParameters. withAzureOrigin(ResourceReference azureOrigin)Set the azureOrigin property: Resource reference to the Azure origin resource.AfdOriginUpdateParametersAfdOriginUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.AfdOriginUpdateParametersAfdOriginUpdateParameters. withHostname(String hostname)Set the hostname property: The address of the origin.AfdOriginUpdateParametersAfdOriginUpdateParameters. withHttpPort(Integer httpPort)Set the httpPort property: The value of the HTTP port.AfdOriginUpdateParametersAfdOriginUpdateParameters. withHttpsPort(Integer httpsPort)Set the httpsPort property: The value of the HTTPS port.AfdOriginUpdateParametersAfdOriginUpdateParameters. withOriginHostHeader(String originHostHeader)Set the originHostHeader property: The host header value sent to the origin with each request.AfdOriginUpdateParametersAfdOriginUpdateParameters. withPriority(Integer priority)Set the priority property: Priority of origin in given origin group for load balancing.AfdOriginUpdateParametersAfdOriginUpdateParameters. withSharedPrivateLinkResource(Object sharedPrivateLinkResource)Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginUpdateParametersAfdOriginUpdateParameters. withWeight(Integer weight)Set the weight property: Weight of the origin in given origin group for load balancing.
-