public interface InboundNatRulesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters,
com.azure.core.util.Context context)
Creates or updates a load balancer inbound nat rule.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Deletes the specified load balancer inbound nat rule.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
com.azure.core.util.Context context)
Deletes the specified load balancer inbound nat rule.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Deletes the specified load balancer inbound nat rule.
|
InboundNatRuleInner |
createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
InboundNatRuleInner |
createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters,
com.azure.core.util.Context context)
Creates or updates a load balancer inbound nat rule.
|
Mono<InboundNatRuleInner> |
createOrUpdateAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
void |
delete(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Deletes the specified load balancer inbound nat rule.
|
void |
delete(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
com.azure.core.util.Context context)
Deletes the specified load balancer inbound nat rule.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Deletes the specified load balancer inbound nat rule.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Deletes the specified load balancer inbound nat rule.
|
InboundNatRuleInner |
get(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Gets the specified load balancer inbound nat rule.
|
Mono<InboundNatRuleInner> |
getAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Gets the specified load balancer inbound nat rule.
|
Mono<InboundNatRuleInner> |
getAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
String expand)
Gets the specified load balancer inbound nat rule.
|
com.azure.core.http.rest.Response<InboundNatRuleInner> |
getWithResponse(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
String expand,
com.azure.core.util.Context context)
Gets the specified load balancer inbound nat rule.
|
Mono<com.azure.core.http.rest.Response<InboundNatRuleInner>> |
getWithResponseAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
String expand)
Gets the specified load balancer inbound nat rule.
|
com.azure.core.http.rest.PagedIterable<InboundNatRuleInner> |
list(String resourceGroupName,
String loadBalancerName)
Gets all the inbound nat rules in a load balancer.
|
com.azure.core.http.rest.PagedIterable<InboundNatRuleInner> |
list(String resourceGroupName,
String loadBalancerName,
com.azure.core.util.Context context)
Gets all the inbound nat rules in a load balancer.
|
com.azure.core.http.rest.PagedFlux<InboundNatRuleInner> |
listAsync(String resourceGroupName,
String loadBalancerName)
Gets all the inbound nat rules in a load balancer.
|
com.azure.core.http.rest.PagedFlux<InboundNatRuleInner> listAsync(String resourceGroupName, String loadBalancerName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<InboundNatRuleInner>> getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<InboundNatRuleInner> getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<InboundNatRuleInner> getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InboundNatRuleInner get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<InboundNatRuleInner> getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<InboundNatRuleInner> createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.loadBalancerName - The name of the load balancer.inboundNatRuleName - The name of the inbound nat rule.inboundNatRuleParameters - Inbound NAT rule of the load balancer.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.