NetworkManagerResource.GetAllAsync 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. : NetworkManagers_NetworkManagerDeploymentStatusList.
- Default Api Version. : 2025-07-01.
- Resource. : NetworkManagerResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusListResult>> GetAllAsync(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusListResult>>
override this.GetAllAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusListResult>>
Public Overridable Function GetAllAsync (content As NetworkManagerDeploymentStatusContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkManagerDeploymentStatusListResult))
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
Exceptions
content is null.