Freigeben über


ProfileResourceFormatCollection Klasse

Definition

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

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

Konstruktoren

ProfileResourceFormatCollection()

Initialisiert eine neue instance der -Klasse für die ProfileResourceFormatCollection 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, ProfileResourceFormatData, CancellationToken)

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ProfileResourceFormatData, CancellationToken)

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_Get
ExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_Get
Get(String, String, CancellationToken)

Ruft Informationen zum angegebenen Profil ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_Get
GetAll(String, CancellationToken)

Ruft das gesamte Profil im Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles
  • Vorgangs-IdProfiles_ListByHub
GetAllAsync(String, CancellationToken)

Ruft das gesamte Profil im Hub ab.

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

Ruft Informationen zum angegebenen Profil ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • Vorgangs-IdProfiles_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<ProfileResourceFormatResource>.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<ProfileResourceFormatResource>.GetEnumerator()

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

Gilt für: