Freigeben über


HybridComputePrivateLinkScopeCollection Klasse

Definition

Eine Klasse, die eine Auflistung von HybridComputePrivateLinkScopeResource und deren Vorgänge darstellt. Jedes HybridComputePrivateLinkScopeResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen HybridComputePrivateLinkScopeCollection instance rufen Sie die GetHybridComputePrivateLinkScopes-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

HybridComputePrivateLinkScopeCollection()

Initialisiert eine neue instance der HybridComputePrivateLinkScopeCollection -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, HybridComputePrivateLinkScopeData, CancellationToken)

Erstellt (oder aktualisiert) ein Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, HybridComputePrivateLinkScopeData, CancellationToken)

Erstellt (oder aktualisiert) ein Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_Get
Get(String, CancellationToken)

Gibt ein Azure Arc PrivateLinkScope zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_Get
GetAll(CancellationToken)

Ruft eine Liste von Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Vorgang IdPrivateLinkScopes_ListByResourceGroup
GetAllAsync(CancellationToken)

Ruft eine Liste von Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Vorgang IdPrivateLinkScopes_ListByResourceGroup
GetAsync(String, CancellationToken)

Gibt ein Azure Arc PrivateLinkScope zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Vorgang IdPrivateLinkScopes_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<HybridComputePrivateLinkScopeResource>.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<HybridComputePrivateLinkScopeResource>.GetEnumerator()

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

Gilt für: