Interface NetworkManagerCommitsClient
public interface NetworkManagerCommitsClient
An instance of this class provides access to all the operations defined in NetworkManagerCommitsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>, NetworkManagerCommitInner> beginPost(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>, NetworkManagerCommitInner> beginPost(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters, com.azure.core.util.Context context) Post a Network Manager Commit.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>, NetworkManagerCommitInner> beginPostAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.post(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.post(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters, com.azure.core.util.Context context) Post a Network Manager Commit.postAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> postWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.
-
Method Details
-
postWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> postWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.- Returns:
- network Manager Commit along with
Responseon successful completion ofMono. - Throws:
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.
-
beginPostAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>,NetworkManagerCommitInner> beginPostAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.- Returns:
- the
PollerFluxfor polling of network Manager Commit. - Throws:
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.
-
beginPost
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>,NetworkManagerCommitInner> beginPost(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.- Returns:
- the
SyncPollerfor polling of network Manager Commit. - Throws:
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.
-
beginPost
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkManagerCommitInner>,NetworkManagerCommitInner> beginPost(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters, com.azure.core.util.Context context) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of network Manager Commit. - Throws:
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.
-
postAsync
Mono<NetworkManagerCommitInner> postAsync(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.- Returns:
- network Manager Commit on successful completion of
Mono. - Throws:
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.
-
post
NetworkManagerCommitInner post(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.- Returns:
- network Manager Commit.
- Throws:
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.
-
post
NetworkManagerCommitInner post(String resourceGroupName, String networkManagerName, NetworkManagerCommitInner parameters, com.azure.core.util.Context context) Post a Network Manager Commit.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network commit is.context- The context to associate with this operation.- Returns:
- network Manager Commit.
- Throws:
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.
-