NetworkManagerResource.GetNetworkManagerDeploymentStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Post to List of Network Manager Deployment Status.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listDeploymentStatus
- Operation Id: NetworkManagerDeploymentStatus_List
- Default Api Version: 2024-03-01
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus> GetNetworkManagerDeploymentStatus (Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerDeploymentStatus : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
override this.GetNetworkManagerDeploymentStatus : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
Public Overridable Function GetNetworkManagerDeploymentStatus (content As NetworkManagerDeploymentStatusContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkManagerDeploymentStatus)
Parameters
Parameters supplied to specify which Managed Network deployment status is.
An optional query parameter which specifies the maximum number of records to be returned by the server.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NetworkManagerDeploymentStatus that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Azure SDK for .NET