CommitProperties Constructor

Definition

Initializes a new instance of CommitProperties.

public CommitProperties(Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType commitType, System.Collections.Generic.IEnumerable<string> targetLocations);
new Azure.ResourceManager.Network.Models.CommitProperties : Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType * seq<string> -> Azure.ResourceManager.Network.Models.CommitProperties
Public Sub New (commitType As NetworkConfigurationDeploymentType, targetLocations As IEnumerable(Of String))

Parameters

commitType
NetworkConfigurationDeploymentType

Commit Type.

targetLocations
IEnumerable<String>

List of target locations.

Exceptions

targetLocations is null.

Applies to