共用方式為


FeatureCollection Class

Definition

A class representing a collection of FeatureResource and their operations. Each FeatureResource in the collection will belong to the same instance of ResourceProviderResource. To get a FeatureCollection instance call the GetFeatures method from an instance of ResourceProviderResource.

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

Constructors

FeatureCollection()

Initializes a new instance of the FeatureCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
Get(String, CancellationToken)

Gets the preview feature with the specified name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
GetAll(CancellationToken)

Gets all the preview features in a provider namespace that are available through AFEC for the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • Operation Id: Features_List
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
GetAllAsync(CancellationToken)

Gets all the preview features in a provider namespace that are available through AFEC for the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • Operation Id: Features_List
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
GetAsync(String, CancellationToken)

Gets the preview feature with the specified name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • Operation Id: Features_Get
  • Default Api Version: 2021-07-01
  • Resource: FeatureResource
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<FeatureResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<FeatureResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to