ArmProviderHubModelFactory.RolloutStatusBase Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.RolloutStatusBase RolloutStatusBase(System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> completedRegions = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.ProviderHub.Models.ExtendedErrorInfo> failedOrSkippedRegions = default);
static member RolloutStatusBase : seq<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.ProviderHub.Models.ExtendedErrorInfo> -> Azure.ResourceManager.ProviderHub.Models.RolloutStatusBase
Public Shared Function RolloutStatusBase (Optional completedRegions As IEnumerable(Of AzureLocation) = Nothing, Optional failedOrSkippedRegions As IDictionary(Of String, ExtendedErrorInfo) = Nothing) As RolloutStatusBase

Parameters

completedRegions
IEnumerable<AzureLocation>

The completed regions.

failedOrSkippedRegions
IDictionary<String,ExtendedErrorInfo>

The failed or skipped regions.

Returns

A new RolloutStatusBase instance for mocking.

Applies to