Freigeben über


ProviderShareSubscriptionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ProviderShareSubscriptionResource und deren Vorgänge darstellt. Jedes ProviderShareSubscriptionResource in der Auflistung gehört zum gleichen instance von DataShareResource. Um einen ProviderShareSubscriptionCollection instance rufen Sie die GetProviderShareSubscriptions-Methode von einer instance von aufDataShareResource.

public class ProviderShareSubscriptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>
type ProviderShareSubscriptionCollection = class
    inherit ArmCollection
    interface seq<ProviderShareSubscriptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ProviderShareSubscriptionResource>
Public Class ProviderShareSubscriptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ProviderShareSubscriptionResource), IEnumerable(Of ProviderShareSubscriptionResource)
Vererbung
ProviderShareSubscriptionCollection
Implementiert

Konstruktoren

ProviderShareSubscriptionCollection()

Initialisiert eine neue instance der ProviderShareSubscriptionCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}
  • Vorgang IdProviderShareSubscriptions_GetByShare
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}
  • Vorgang IdProviderShareSubscriptions_GetByShare
Get(String, CancellationToken)

Abrufen eines Freigabeabonnements in einer Anbieterfreigabe

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}
  • Vorgang IdProviderShareSubscriptions_GetByShare
GetAll(String, CancellationToken)

Auflisten von Freigabeabonnements in einer Anbieterfreigabe

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions
  • Vorgang IdProviderShareSubscriptions_ListByShare
GetAllAsync(String, CancellationToken)

Auflisten von Freigabeabonnements in einer Anbieterfreigabe

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions
  • Vorgang IdProviderShareSubscriptions_ListByShare
GetAsync(String, CancellationToken)

Abrufen eines Freigabeabonnements in einer Anbieterfreigabe

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}
  • Vorgang IdProviderShareSubscriptions_GetByShare
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ProviderShareSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ProviderShareSubscriptionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: