Freigeben über


PrivateDnsMXRecordCollection Klasse

Definition

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

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

Konstruktoren

PrivateDnsMXRecordCollection()

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

Ruft einen Datensatzsatz ab.

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

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

Gilt für: