NetworkManagerDeploymentStatusOperationsClient Interface

public interface NetworkManagerDeploymentStatusOperationsClient

An instance of this class provides access to all the operations defined in NetworkManagerDeploymentStatusOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract NetworkManagerDeploymentStatusListResultInner list(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters)

Post to List of Network Manager Deployment Status.

abstract Mono<NetworkManagerDeploymentStatusListResultInner> listAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters)

Post to List of Network Manager Deployment Status.

abstract Response<NetworkManagerDeploymentStatusListResultInner> listWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top, Context context)

Post to List of Network Manager Deployment Status.

abstract Mono<Response<NetworkManagerDeploymentStatusListResultInner>> listWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top)

Post to List of Network Manager Deployment Status.

Method Details

list

public abstract 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.

listAsync

public abstract Mono 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.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top, 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<T>.

listWithResponseAsync

public abstract Mono> 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 Response<T> on successful completion of Mono.

Applies to