ArmManagedNetworkFabricModelFactory.CommitBatchStatusResponseProperties 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.
Initializes a new instance of CommitBatchStatusResponseProperties.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.CommitBatchStatusResponseProperties CommitBatchStatusResponseProperties(string commitBatchId = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricCommitBatchState? commitBatchState = default, System.Collections.Generic.IEnumerable<string> commitBatchDetailsFailedDevices = default);
static member CommitBatchStatusResponseProperties : string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricCommitBatchState> * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.CommitBatchStatusResponseProperties
Public Shared Function CommitBatchStatusResponseProperties (Optional commitBatchId As String = Nothing, Optional commitBatchState As Nullable(Of NetworkFabricCommitBatchState) = Nothing, Optional commitBatchDetailsFailedDevices As IEnumerable(Of String) = Nothing) As CommitBatchStatusResponseProperties
Parameters
- commitBatchId
- String
Commit Batch Identifier.
- commitBatchState
- Nullable<NetworkFabricCommitBatchState>
Commit Batch State.
- commitBatchDetailsFailedDevices
- IEnumerable<String>
Commit Batch Details.
Returns
A new CommitBatchStatusResponseProperties instance for mocking.