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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET