Freigeben über


LinkResourceFormatCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren LinkResourceFormatResource Vorgänge darstellt. Jedes LinkResourceFormatResource in der Auflistung gehört zum gleichen instance von HubResource. Um eine LinkResourceFormatCollection instance rufen Sie die GetLinkResourceFormats-Methode aus einer instance von aufHubResource.

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

Konstruktoren

LinkResourceFormatCollection()

Initialisiert eine neue instance der -Klasse für die LinkResourceFormatCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, LinkResourceFormatData, CancellationToken)

Erstellt einen Link oder aktualisiert einen vorhandenen Link im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, LinkResourceFormatData, CancellationToken)

Erstellt einen Link oder aktualisiert einen vorhandenen Link im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_Get
Get(String, CancellationToken)

Ruft einen Link im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_Get
GetAll(CancellationToken)

Ruft alle Links im angegebenen Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links
  • Vorgangs-IdLinks_ListByHub
GetAllAsync(CancellationToken)

Ruft alle Links im angegebenen Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links
  • Vorgangs-IdLinks_ListByHub
GetAsync(String, CancellationToken)

Ruft einen Link im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • Vorgangs-IdLinks_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<LinkResourceFormatResource>.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<LinkResourceFormatResource>.GetEnumerator()

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

Gilt für: