共用方式為


DefaultRolloutCollection Class

Definition

A class representing a collection of DefaultRolloutResource and their operations. Each DefaultRolloutResource in the collection will belong to the same instance of ProviderRegistrationResource. To get a DefaultRolloutCollection instance call the GetDefaultRollouts method from an instance of ProviderRegistrationResource.

public class DefaultRolloutCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>
type DefaultRolloutCollection = class
    inherit ArmCollection
    interface seq<DefaultRolloutResource>
    interface IEnumerable
    interface IAsyncEnumerable<DefaultRolloutResource>
Public Class DefaultRolloutCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DefaultRolloutResource), IEnumerable(Of DefaultRolloutResource)
Inheritance
DefaultRolloutCollection
Implements

Constructors

DefaultRolloutCollection()

Initializes a new instance of the DefaultRolloutCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DefaultRolloutData, CancellationToken)

Creates or updates the rollout details.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DefaultRolloutData, CancellationToken)

Creates or updates the rollout details.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
Get(String, CancellationToken)

Gets the default rollout details.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
GetAll(CancellationToken)

Gets the list of the rollouts for the given provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts
  • Operation Id: DefaultRollouts_ListByProviderRegistration
GetAllAsync(CancellationToken)

Gets the list of the rollouts for the given provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts
  • Operation Id: DefaultRollouts_ListByProviderRegistration
GetAsync(String, CancellationToken)

Gets the default rollout details.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DefaultRolloutResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DefaultRolloutResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to