ArmNetworkModelFactory.CommitProperties Method

Definition

public static Azure.ResourceManager.Network.Models.CommitProperties CommitProperties(string description = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string resourceGuid = default, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType commitType = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> configurationIds = default, System.Collections.Generic.IEnumerable<string> targetLocations = default, System.Collections.Generic.IEnumerable<string> activeLocations = default, string forceUpdateTag = default);
static member CommitProperties : string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType * seq<Azure.Core.ResourceIdentifier> * seq<string> * seq<string> * string -> Azure.ResourceManager.Network.Models.CommitProperties
Public Shared Function CommitProperties (Optional description As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As String = Nothing, Optional commitType As NetworkConfigurationDeploymentType = Nothing, Optional configurationIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional targetLocations As IEnumerable(Of String) = Nothing, Optional activeLocations As IEnumerable(Of String) = Nothing, Optional forceUpdateTag As String = Nothing) As CommitProperties

Parameters

description
String

A description of the commit.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the resource.

resourceGuid
String

Unique identifier for this resource.

commitType
NetworkConfigurationDeploymentType

Commit Type.

configurationIds
IEnumerable<ResourceIdentifier>

List of configuration IDs.

targetLocations
IEnumerable<String>

List of target locations.

activeLocations
IEnumerable<String>

List of active locations.

forceUpdateTag
String

A value that, when changed, forces the commit to be re-evaluated and redeployed.

Returns

A new CommitProperties instance for mocking.

Applies to