Freigeben über


PrivateDnsPtrRecordCollection Klasse

Definition

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

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

Konstruktoren

PrivateDnsPtrRecordCollection()

Initialisiert eine neue instance der PrivateDnsPtrRecordCollection -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, PrivateDnsPtrRecordData, Nullable<ETag>, String, CancellationToken)

Erstellt oder aktualisiert einen Datensatzsatz innerhalb einer Privates DNS Zone.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang IdRecordSets_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateDnsPtrRecordData, Nullable<ETag>, String, CancellationToken)

Erstellt oder aktualisiert einen Datensatzsatz innerhalb einer Privates DNS Zone.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang IdRecordSets_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang IdRecordSets_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang IdRecordSets_Get
Get(String, CancellationToken)

Ruft einen Datensatzsatz ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang IdRecordSets_Get
GetAll(Nullable<Int32>, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
  • Vorgang IdRecordSets_ListByType
GetAllAsync(Nullable<Int32>, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
  • Vorgang IdRecordSets_ListByType
GetAsync(String, CancellationToken)

Ruft einen Datensatzsatz ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{ptrRecordName}
  • Vorgang 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<PrivateDnsPtrRecordResource>.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<PrivateDnsPtrRecordResource>.GetEnumerator()

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

Gilt für: