Compartir a través de


NetworkManagerCommit Constructor

Definición

Inicializa una nueva instancia de NetworkManagerCommit.

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

Parámetros

targetLocations
IEnumerable<String>

Lista de ubicaciones de destino.

commitType
NetworkConfigurationDeploymentType

Tipo de confirmación.

Excepciones

targetLocations es null.

Se aplica a