Interface NetworkManagerDeploymentStatusOperationsClient
public interface NetworkManagerDeploymentStatusOperationsClient
An instance of this class provides access to all the operations defined in
NetworkManagerDeploymentStatusOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionlist(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.listAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner> listWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top, com.azure.core.util.Context context) Post to List of Network Manager Deployment Status.Mono<com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner>> listWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top) Post to List of Network Manager Deployment Status.
-
Method Details
-
listWithResponseAsync
Mono<com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner>> listWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top) Post to List of Network Manager Deployment Status.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network deployment status is.top- An optional query parameter which specifies the maximum number of records to be returned by the server.- Returns:
- a list of Network Manager Deployment Status 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.
-
listAsync
Mono<NetworkManagerDeploymentStatusListResultInner> listAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network deployment status is.- Returns:
- a list of Network Manager Deployment Status 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.
-
listWithResponse
com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner> listWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top, com.azure.core.util.Context context) Post to List of Network Manager Deployment Status.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network deployment status is.top- An optional query parameter which specifies the maximum number of records to be returned by the server.context- The context to associate with this operation.- Returns:
- a list of Network Manager Deployment Status along with
Response. - 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.
-
list
NetworkManagerDeploymentStatusListResultInner list(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.parameters- Parameters supplied to specify which Managed Network deployment status is.- Returns:
- a list of Network Manager Deployment Status.
- 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.
-