ArmNetworkModelFactory.NetworkManagerConfigurationCommitData 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.
public static Azure.ResourceManager.Network.NetworkManagerConfigurationCommitData NetworkManagerConfigurationCommitData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string eTag = default, Azure.ResourceManager.Network.Models.CommitProperties properties = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member NetworkManagerConfigurationCommitData : Azure.Core.ResourceIdentifier * string * string * string * Azure.ResourceManager.Network.Models.CommitProperties * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.NetworkManagerConfigurationCommitData
Public Shared Function NetworkManagerConfigurationCommitData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional eTag As String = Nothing, Optional properties As CommitProperties = Nothing, Optional systemData As SystemData = Nothing) As NetworkManagerConfigurationCommitData
Parameters
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- eTag
- String
A unique read-only string that changes whenever the resource is updated.
- properties
- CommitProperties
The Commit properties.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new NetworkManagerConfigurationCommitData instance for mocking.