Freigeben über


PrivateDnsTxtRecordCollection Klasse

Definition

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

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

Konstruktoren

PrivateDnsTxtRecordCollection()

Initialisiert eine neue instance der -Klasse für die PrivateDnsTxtRecordCollection 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, PrivateDnsTxtRecordData, 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}/{txtRecordName}
  • Vorgangs-IdRecordSets_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateDnsTxtRecordData, 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}/{txtRecordName}
  • 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}/{txtRecordName}
  • 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}/{txtRecordName}
  • Vorgangs-IdRecordSets_Get
Get(String, CancellationToken)

Ruft einen Datensatzsatz ab.

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

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

Gilt für: