ArmNetworkModelFactory.NetworkManagerDeploymentStatusContent 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.
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.