ArmNetworkModelFactory.NetworkManagerDeploymentStatusContent Method

Definition

public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent NetworkManagerDeploymentStatusContent(System.Collections.Generic.IEnumerable<string> regions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> deploymentTypes = default, string skipToken = default);
static member NetworkManagerDeploymentStatusContent : seq<string> * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> * string -> Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent
Public Shared Function NetworkManagerDeploymentStatusContent (Optional regions As IEnumerable(Of String) = Nothing, Optional deploymentTypes As IEnumerable(Of NetworkConfigurationDeploymentType) = Nothing, Optional skipToken As String = Nothing) As NetworkManagerDeploymentStatusContent

Parameters

regions
IEnumerable<String>

List of locations.

deploymentTypes
IEnumerable<NetworkConfigurationDeploymentType>

List of deployment types.

skipToken
String

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Returns

A new NetworkManagerDeploymentStatusContent instance for mocking.

Applies to