| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OriginInner |
OriginsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
OriginInner |
OriginsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified endpoint.
|
OriginInner |
OriginsClient.get(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Gets an existing origin within an endpoint.
|
OriginInner |
OriginsClient.update(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
OriginInner |
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
OriginsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
OriginsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
OriginsClient.beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
OriginInner |
OriginsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
OriginInner |
OriginsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified endpoint.
|
Mono<OriginInner> |
OriginsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
OriginsClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
OriginInner |
OriginInner.withEnabled(Boolean enabled)
Set the enabled property: Origin is enabled for load balancing or not.
|
OriginInner |
OriginInner.withHostname(String hostname)
Set the hostname property: The address of the origin.
|
OriginInner |
OriginInner.withHttpPort(Integer httpPort)
Set the httpPort property: The value of the HTTP port.
|
OriginInner |
OriginInner.withHttpsPort(Integer httpsPort)
Set the httpsPort property: The value of the HTTPS port.
|
OriginInner |
OriginInner.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
OriginInner |
OriginInner.withPriority(Integer priority)
Set the priority property: Priority of origin in given origin group for load balancing.
|
OriginInner |
OriginInner.withPrivateLinkAlias(String privateLinkAlias)
Set the privateLinkAlias property: The Alias of the Private Link resource.
|
OriginInner |
OriginInner.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)
Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect
to the Private Link.
|
OriginInner |
OriginInner.withPrivateLinkLocation(String privateLinkLocation)
Set the privateLinkLocation property: The location of the Private Link resource.
|
OriginInner |
OriginInner.withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The Resource Id of the Private Link resource.
|
OriginInner |
OriginInner.withWeight(Integer weight)
Set the weight property: Weight of the origin in given origin group for load balancing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.