Share via


DnsForwardingRuleCollection Class

Definition

A class representing a collection of DnsForwardingRuleResource and their operations. Each DnsForwardingRuleResource in the collection will belong to the same instance of DnsForwardingRulesetResource. To get a DnsForwardingRuleCollection instance call the GetDnsForwardingRules method from an instance of DnsForwardingRulesetResource.

public class DnsForwardingRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>
type DnsForwardingRuleCollection = class
    inherit ArmCollection
    interface seq<DnsForwardingRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<DnsForwardingRuleResource>
Public Class DnsForwardingRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DnsForwardingRuleResource), IEnumerable(Of DnsForwardingRuleResource)
Inheritance
DnsForwardingRuleCollection
Implements

Constructors

DnsForwardingRuleCollection()

Initializes a new instance of the DnsForwardingRuleCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DnsForwardingRuleData, String, String, CancellationToken)

Creates or updates a forwarding rule in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DnsForwardingRuleData, String, String, CancellationToken)

Creates or updates a forwarding rule in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
Get(String, CancellationToken)

Gets properties of a forwarding rule in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
GetAll(Nullable<Int32>, CancellationToken)

Lists forwarding rules in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules
  • Operation Id: ForwardingRules_List
GetAllAsync(Nullable<Int32>, CancellationToken)

Lists forwarding rules in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules
  • Operation Id: ForwardingRules_List
GetAsync(String, CancellationToken)

Gets properties of a forwarding rule in a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
  • Operation Id: ForwardingRules_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DnsForwardingRuleResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DnsForwardingRuleResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to