ArmNetworkModelFactory.NetworkManagerDeploymentStatus 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.
Initializes a new instance of NetworkManagerDeploymentStatus.
public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus NetworkManagerDeploymentStatus (DateTimeOffset? commitOn = default, string region = default, Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState? deploymentState = default, System.Collections.Generic.IEnumerable<string> configurationIds = default, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType? deploymentType = default, string errorMessage = default);
static member NetworkManagerDeploymentStatus : Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState> * seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> * string -> Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus
Public Shared Function NetworkManagerDeploymentStatus (Optional commitOn As Nullable(Of DateTimeOffset) = Nothing, Optional region As String = Nothing, Optional deploymentState As Nullable(Of NetworkManagerDeploymentState) = Nothing, Optional configurationIds As IEnumerable(Of String) = Nothing, Optional deploymentType As Nullable(Of NetworkConfigurationDeploymentType) = Nothing, Optional errorMessage As String = Nothing) As NetworkManagerDeploymentStatus
Parameters
- commitOn
- Nullable<DateTimeOffset>
Commit Time.
- region
- String
Region Name.
- deploymentState
- Nullable<NetworkManagerDeploymentState>
Deployment Status.
- configurationIds
- IEnumerable<String>
List of configuration ids.
- deploymentType
- Nullable<NetworkConfigurationDeploymentType>
Configuration Deployment Type.
- errorMessage
- String
Error Message.
Returns
A new NetworkManagerDeploymentStatus instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET