Megosztás a következőn keresztül:


DnsForwardingRuleData Class

Definition

A class representing the DnsForwardingRule data model. Describes a forwarding rule within a DNS forwarding ruleset.

public class DnsForwardingRuleData : Azure.ResourceManager.Models.ResourceData
type DnsForwardingRuleData = class
    inherit ResourceData
Public Class DnsForwardingRuleData
Inherits ResourceData
Inheritance
DnsForwardingRuleData

Constructors

DnsForwardingRuleData(String, IEnumerable<TargetDnsServer>)

Initializes a new instance of DnsForwardingRuleData.

Properties

DnsForwardingRuleState

The state of forwarding rule.

DomainName

The domain name for the forwarding rule.

ETag

ETag of the forwarding rule.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Metadata

Metadata attached to the forwarding rule.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TargetDnsServers

DNS servers to forward the DNS query to.

Applies to