public interface NetworkProfilesClient extends InnerSupportsGet<NetworkProfileInner>, InnerSupportsListing<NetworkProfileInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkProfileName)
Deletes the specified network profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkProfileName,
com.azure.core.util.Context context)
Deletes the specified network profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkProfileName)
Deletes the specified network profile.
|
NetworkProfileInner |
createOrUpdate(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
Mono<NetworkProfileInner> |
createOrUpdateAsync(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
com.azure.core.http.rest.Response<NetworkProfileInner> |
createOrUpdateWithResponse(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters,
com.azure.core.util.Context context)
Creates or updates a network profile.
|
Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
void |
delete(String resourceGroupName,
String networkProfileName)
Deletes the specified network profile.
|
void |
delete(String resourceGroupName,
String networkProfileName,
com.azure.core.util.Context context)
Deletes the specified network profile.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkProfileName)
Deletes the specified network profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkProfileName)
Deletes the specified network profile.
|
NetworkProfileInner |
getByResourceGroup(String resourceGroupName,
String networkProfileName)
Gets the specified network profile in a specified resource group.
|
Mono<NetworkProfileInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkProfileName)
Gets the specified network profile in a specified resource group.
|
Mono<NetworkProfileInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkProfileName,
String expand)
Gets the specified network profile in a specified resource group.
|
com.azure.core.http.rest.Response<NetworkProfileInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String networkProfileName,
String expand,
com.azure.core.util.Context context)
Gets the specified network profile in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String networkProfileName,
String expand)
Gets the specified network profile in a specified resource group.
|
com.azure.core.http.rest.PagedIterable<NetworkProfileInner> |
list()
Gets all the network profiles in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkProfileInner> |
list(com.azure.core.util.Context context)
Gets all the network profiles in a subscription.
|
com.azure.core.http.rest.PagedFlux<NetworkProfileInner> |
listAsync()
Gets all the network profiles in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkProfileInner> |
listByResourceGroup(String resourceGroupName)
Gets all network profiles in a resource group.
|
com.azure.core.http.rest.PagedIterable<NetworkProfileInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all network profiles in a resource group.
|
com.azure.core.http.rest.PagedFlux<NetworkProfileInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all network profiles in a resource group.
|
NetworkProfileInner |
updateTags(String resourceGroupName,
String networkProfileName)
Updates network profile tags.
|
Mono<NetworkProfileInner> |
updateTagsAsync(String resourceGroupName,
String networkProfileName)
Updates network profile tags.
|
Mono<NetworkProfileInner> |
updateTagsAsync(String resourceGroupName,
String networkProfileName,
Map<String,String> tags)
Updates network profile tags.
|
com.azure.core.http.rest.Response<NetworkProfileInner> |
updateTagsWithResponse(String resourceGroupName,
String networkProfileName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates network profile tags.
|
Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkProfileName,
Map<String,String> tags)
Updates network profile tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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 networkProfileName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkProfileName - The name of the NetworkProfile.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<NetworkProfileInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String networkProfileName, String expand)
resourceGroupName - The name of the resource group.networkProfileName - The name of the public IP prefix.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<NetworkProfileInner> getByResourceGroupAsync(String resourceGroupName, String networkProfileName, String expand)
resourceGroupName - The name of the resource group.networkProfileName - The name of the public IP prefix.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<NetworkProfileInner> getByResourceGroupAsync(String resourceGroupName, String networkProfileName)
getByResourceGroupAsync in interface InnerSupportsGet<NetworkProfileInner>resourceGroupName - The name of the resource group.networkProfileName - The name of the public IP prefix.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.NetworkProfileInner getByResourceGroup(String resourceGroupName, String networkProfileName)
getByResourceGroup in interface InnerSupportsGet<NetworkProfileInner>resourceGroupName - The name of the resource group.networkProfileName - The name of the public IP prefix.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<NetworkProfileInner> getByResourceGroupWithResponse(String resourceGroupName, String networkProfileName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkProfileName - The name of the public IP prefix.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<NetworkProfileInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.parameters - Network profile resource.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<NetworkProfileInner> createOrUpdateAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.parameters - Network profile resource.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.NetworkProfileInner createOrUpdate(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.parameters - Network profile resource.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<NetworkProfileInner> createOrUpdateWithResponse(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.parameters - Network profile resource.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<NetworkProfileInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkProfileName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.tags - Resource tags.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<NetworkProfileInner> updateTagsAsync(String resourceGroupName, String networkProfileName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.tags - Resource tags.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<NetworkProfileInner> updateTagsAsync(String resourceGroupName, String networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.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.NetworkProfileInner updateTags(String resourceGroupName, String networkProfileName)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.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<NetworkProfileInner> updateTagsWithResponse(String resourceGroupName, String networkProfileName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkProfileName - The name of the network profile.tags - Resource tags.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<NetworkProfileInner> listAsync()
listAsync in interface InnerSupportsListing<NetworkProfileInner>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<NetworkProfileInner> list()
list in interface InnerSupportsListing<NetworkProfileInner>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<NetworkProfileInner> list(com.azure.core.util.Context context)
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<NetworkProfileInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<NetworkProfileInner>resourceGroupName - The name of the resource group.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<NetworkProfileInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<NetworkProfileInner>resourceGroupName - The name of the resource group.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<NetworkProfileInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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.