Udostępnij za pośrednictwem


ArmNetworkModelFactory.NetworkManagerDeploymentStatus Method

Definition

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