CommitProperties Constructor
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 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.