ArmProviderHubModelFactory.RolloutStatusBase 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.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.