ArmProviderHubModelFactory.DefaultRolloutStatus 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.DefaultRolloutStatus DefaultRolloutStatus(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.TrafficRegionCategory? nextTrafficRegion = default, DateTimeOffset? nextTrafficRegionScheduledOn = default, Azure.ResourceManager.ProviderHub.Models.SubscriptionReregistrationResult? subscriptionReregistrationResult = default, Azure.ResourceManager.ProviderHub.Models.CheckinManifestInfo manifestCheckinStatus = default);
static member DefaultRolloutStatus : seq<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.ProviderHub.Models.ExtendedErrorInfo> * Nullable<Azure.ResourceManager.ProviderHub.Models.TrafficRegionCategory> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.ProviderHub.Models.SubscriptionReregistrationResult> * Azure.ResourceManager.ProviderHub.Models.CheckinManifestInfo -> Azure.ResourceManager.ProviderHub.Models.DefaultRolloutStatus
Public Shared Function DefaultRolloutStatus (Optional completedRegions As IEnumerable(Of AzureLocation) = Nothing, Optional failedOrSkippedRegions As IDictionary(Of String, ExtendedErrorInfo) = Nothing, Optional nextTrafficRegion As Nullable(Of TrafficRegionCategory) = Nothing, Optional nextTrafficRegionScheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional subscriptionReregistrationResult As Nullable(Of SubscriptionReregistrationResult) = Nothing, Optional manifestCheckinStatus As CheckinManifestInfo = Nothing) As DefaultRolloutStatus
Parameters
- completedRegions
- IEnumerable<AzureLocation>
The completed regions.
- failedOrSkippedRegions
- IDictionary<String,ExtendedErrorInfo>
The failed or skipped regions.
- nextTrafficRegion
- Nullable<TrafficRegionCategory>
The next traffic region.
- nextTrafficRegionScheduledOn
- Nullable<DateTimeOffset>
The next traffic region scheduled time.
- subscriptionReregistrationResult
- Nullable<SubscriptionReregistrationResult>
The subscription reregistration result.
- manifestCheckinStatus
- CheckinManifestInfo
The manifest checkin status.
Returns
A new DefaultRolloutStatus instance for mocking.