ArmProviderHubModelFactory.CustomRolloutStatus 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.CustomRolloutStatus CustomRolloutStatus(System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> completedRegions = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.ProviderHub.Models.ExtendedErrorInfo> failedOrSkippedRegions = default, Azure.ResourceManager.ProviderHub.Models.CheckinManifestInfo manifestCheckinStatus = default);
static member CustomRolloutStatus : seq<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.ProviderHub.Models.ExtendedErrorInfo> * Azure.ResourceManager.ProviderHub.Models.CheckinManifestInfo -> Azure.ResourceManager.ProviderHub.Models.CustomRolloutStatus
Public Shared Function CustomRolloutStatus (Optional completedRegions As IEnumerable(Of AzureLocation) = Nothing, Optional failedOrSkippedRegions As IDictionary(Of String, ExtendedErrorInfo) = Nothing, Optional manifestCheckinStatus As CheckinManifestInfo = Nothing) As CustomRolloutStatus
Parameters
- completedRegions
- IEnumerable<AzureLocation>
The completed regions.
- failedOrSkippedRegions
- IDictionary<String,ExtendedErrorInfo>
The failed or skipped regions.
- manifestCheckinStatus
- CheckinManifestInfo
The manifest checkin status.
Returns
A new CustomRolloutStatus instance for mocking.