public interface SubnetsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters,
com.azure.core.util.Context context)
Creates or updates a subnet in the specified virtual network.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Deletes the specified subnet.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkName,
String subnetName,
com.azure.core.util.Context context)
Deletes the specified subnet.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Deletes the specified subnet.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPrepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
Prepares a subnet by applying network intent policies.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPrepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters,
com.azure.core.util.Context context)
Prepares a subnet by applying network intent policies.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPrepareNetworkPoliciesAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
Prepares a subnet by applying network intent policies.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginUnprepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName)
Unprepares a subnet by removing network intent policies.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginUnprepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName,
com.azure.core.util.Context context)
Unprepares a subnet by removing network intent policies.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginUnprepareNetworkPoliciesAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName)
Unprepares a subnet by removing network intent policies.
|
SubnetInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
SubnetInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters,
com.azure.core.util.Context context)
Creates or updates a subnet in the specified virtual network.
|
Mono<SubnetInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
void |
delete(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Deletes the specified subnet.
|
void |
delete(String resourceGroupName,
String virtualNetworkName,
String subnetName,
com.azure.core.util.Context context)
Deletes the specified subnet.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Deletes the specified subnet.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Deletes the specified subnet.
|
SubnetInner |
get(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets the specified subnet by virtual network and resource group.
|
Mono<SubnetInner> |
getAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets the specified subnet by virtual network and resource group.
|
Mono<SubnetInner> |
getAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String expand)
Gets the specified subnet by virtual network and resource group.
|
com.azure.core.http.rest.Response<SubnetInner> |
getWithResponse(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String expand,
com.azure.core.util.Context context)
Gets the specified subnet by virtual network and resource group.
|
Mono<com.azure.core.http.rest.Response<SubnetInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String expand)
Gets the specified subnet by virtual network and resource group.
|
com.azure.core.http.rest.PagedIterable<SubnetInner> |
list(String resourceGroupName,
String virtualNetworkName)
Gets all subnets in a virtual network.
|
com.azure.core.http.rest.PagedIterable<SubnetInner> |
list(String resourceGroupName,
String virtualNetworkName,
com.azure.core.util.Context context)
Gets all subnets in a virtual network.
|
com.azure.core.http.rest.PagedFlux<SubnetInner> |
listAsync(String resourceGroupName,
String virtualNetworkName)
Gets all subnets in a virtual network.
|
void |
prepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
Prepares a subnet by applying network intent policies.
|
void |
prepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters,
com.azure.core.util.Context context)
Prepares a subnet by applying network intent policies.
|
Mono<Void> |
prepareNetworkPoliciesAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
Prepares a subnet by applying network intent policies.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
prepareNetworkPoliciesWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
Prepares a subnet by applying network intent policies.
|
void |
unprepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Unprepares a subnet by removing network intent policies.
|
void |
unprepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName)
Unprepares a subnet by removing network intent policies.
|
void |
unprepareNetworkPolicies(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName,
com.azure.core.util.Context context)
Unprepares a subnet by removing network intent policies.
|
Mono<Void> |
unprepareNetworkPoliciesAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Unprepares a subnet by removing network intent policies.
|
Mono<Void> |
unprepareNetworkPoliciesAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName)
Unprepares a subnet by removing network intent policies.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
unprepareNetworkPoliciesWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
String serviceName)
Unprepares a subnet by removing network intent policies.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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<SubnetInner>> getWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName, String expand)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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<SubnetInner> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName, String expand)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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<SubnetInner> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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.SubnetInner get(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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<SubnetInner> getWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 virtualNetworkName, String subnetName, SubnetInner subnetParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet 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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet 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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet 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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet operation.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<SubnetInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet 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.SubnetInner createOrUpdate(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet 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.SubnetInner createOrUpdate(String resourceGroupName, String virtualNetworkName, String subnetName, SubnetInner subnetParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.subnetParameters - Parameters supplied to the create or update subnet operation.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>>> prepareNetworkPoliciesWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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> beginPrepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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> beginPrepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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> beginPrepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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> prepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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 prepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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 prepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, PrepareNetworkPoliciesRequest prepareNetworkPoliciesRequestParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.prepareNetworkPoliciesRequestParameters - Parameters supplied to prepare subnet by applying network intent
policies.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>>> unprepareNetworkPoliciesWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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> beginUnprepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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> beginUnprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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> beginUnprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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> unprepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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> unprepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 unprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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 unprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.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 unprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, String serviceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.serviceName - The name of the service for which subnet is being unprepared for.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.com.azure.core.http.rest.PagedFlux<SubnetInner> listAsync(String resourceGroupName, String virtualNetworkName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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<SubnetInner> list(String resourceGroupName, String virtualNetworkName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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<SubnetInner> list(String resourceGroupName, String virtualNetworkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.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 © 2021 Microsoft Corporation. All rights reserved.