Freigeben über


ShareDataSetMappingCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ShareDataSetMappingResource und deren Vorgänge darstellt. Jedes ShareDataSetMappingResource in der Auflistung gehört zum gleichen instance von ShareSubscriptionResource. Um einen ShareDataSetMappingCollection instance rufen Sie die GetShareDataSetMappings-Methode aus einer instance von aufShareSubscriptionResource.

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

Konstruktoren

ShareDataSetMappingCollection()

Initialisiert eine neue instance der ShareDataSetMappingCollection -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

CreateOrUpdate(WaitUntil, String, ShareDataSetMappingData, CancellationToken)

Erstellen eines DataSetMapping

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Create
CreateOrUpdateAsync(WaitUntil, String, ShareDataSetMappingData, CancellationToken)

Erstellen eines DataSetMapping

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Get
Get(String, CancellationToken)

Abrufen eines DataSetMapping in einer shareSubscription

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Get
GetAll(String, String, String, CancellationToken)

Auflisten von DataSetMappings in einem Freigabeabonnement

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings
  • Vorgang IdDataSetMappings_ListByShareSubscription
GetAllAsync(String, String, String, CancellationToken)

Auflisten von DataSetMappings in einem Freigabeabonnement

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings
  • Vorgang IdDataSetMappings_ListByShareSubscription
GetAsync(String, CancellationToken)

Abrufen eines DataSetMapping in einer shareSubscription

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappings}
  • Vorgang IdDataSetMappings_Get
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<ShareDataSetMappingResource>.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<ShareDataSetMappingResource>.GetEnumerator()

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

Gilt für: