Freigeben über


PrivateDnsARecordCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren PrivateDnsARecordResource Vorgänge darstellt. Jedes PrivateDnsARecordResource in der Auflistung gehört zum gleichen instance von PrivateDnsZoneResource. Um eine PrivateDnsARecordCollection instance rufen Sie die GetPrivateDnsARecords-Methode aus einer instance von aufPrivateDnsZoneResource.

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

Konstruktoren

PrivateDnsARecordCollection()

Initialisiert eine neue instance der -Klasse für die PrivateDnsARecordCollection 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, PrivateDnsARecordData, Nullable<ETag>, String, CancellationToken)

Erstellt oder aktualisiert einen Datensatzsatz innerhalb einer Privates DNS Zone.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateDnsARecordData, Nullable<ETag>, String, CancellationToken)

Erstellt oder aktualisiert einen Datensatzsatz innerhalb einer Privates DNS Zone.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_Get
Get(String, CancellationToken)

Ruft einen Datensatzsatz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Listet die Datensatzsätze eines angegebenen Typs in einer Privates DNS Zone auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
  • Vorgangs-IdRecordSets_ListByType
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Listet die Datensatzsätze eines angegebenen Typs in einer Privates DNS Zone auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
  • Vorgangs-IdRecordSets_ListByType
GetAsync(String, CancellationToken)

Ruft einen Datensatzsatz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{aRecordName}
  • Vorgangs-IdRecordSets_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<PrivateDnsARecordResource>.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<PrivateDnsARecordResource>.GetEnumerator()

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

Gilt für: