ArmDnsResolverModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmDnsResolverModelFactory
type ArmDnsResolverModelFactory = class
Public Class ArmDnsResolverModelFactory
Inheritance
ArmDnsResolverModelFactory

Methods

Name Description
DnsForwardingRuleData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<TargetDnsServer>, IDictionary<String, String>, Nullable<DnsForwardingRuleState>, Nullable<DnsResolverProvisioningState>, Nullable<ETag>)
DnsForwardingRulePatch(IEnumerable<TargetDnsServer>, IDictionary<String,String>, Nullable<DnsForwardingRuleState>)
DnsForwardingRulesetData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, IEnumerable<WritableSubResource>, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, String, Nullable<ETag>)
DnsForwardingRulesetPatch(IEnumerable<WritableSubResource>, IDictionary<String,String>)
DnsForwardingRulesetVirtualNetworkLinkData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, Nullable<DnsResolverProvisioningState>, ResourceIdentifier, Nullable<ETag>)
DnsForwardingRulesetVirtualNetworkLinkPatch(IDictionary<String,String>)
DnsResolverData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DnsResolverState>, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, ResourceIdentifier, Nullable<ETag>)
DnsResolverDomainListBulk(Uri, DnsResolverDomainListBulkAction)
DnsResolverDomainListData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, IEnumerable<String>, Uri, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, Nullable<ETag>)
DnsResolverDomainListPatch(IEnumerable<String>, IDictionary<String,String>)
DnsResolverInboundEndpointData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, IEnumerable<InboundEndpointIPConfiguration>, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, Nullable<ETag>)
DnsResolverInboundEndpointPatch(IDictionary<String,String>)
DnsResolverOutboundEndpointData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, ResourceIdentifier, Nullable<ETag>)
DnsResolverOutboundEndpointPatch(IDictionary<String,String>)
DnsResolverPatch(IDictionary<String,String>)
DnsResolverPolicyData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DnsResolverProvisioningState>, Nullable<Guid>, Nullable<ETag>)
DnsResolverPolicyPatch(IDictionary<String,String>)
DnsResolverPolicyVirtualNetworkLinkData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DnsResolverProvisioningState>, ResourceIdentifier, Nullable<ETag>)
DnsResolverPolicyVirtualNetworkLinkPatch(IDictionary<String,String>)
DnsSecurityRuleAction(Nullable<DnsSecurityRuleActionType>)
DnsSecurityRuleData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Int32, IEnumerable<WritableSubResource>, IEnumerable<ManagedDomainList>, Nullable<DnsSecurityRuleState>, Nullable<DnsResolverProvisioningState>, Nullable<DnsSecurityRuleActionType>, Nullable<ETag>)
DnsSecurityRulePatch(IEnumerable<WritableSubResource>, IEnumerable<ManagedDomainList>, Nullable<DnsSecurityRuleState>, Nullable<Int32>, Nullable<DnsSecurityRuleActionType>, IDictionary<String,String>)
InboundEndpointIPConfiguration(ResourceIdentifier, IPAddress, Nullable<InboundEndpointIPAllocationMethod>)
TargetDnsServer(IPAddress, Nullable<Int32>)
VirtualNetworkDnsForwardingRuleset(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of VirtualNetworkDnsForwardingRuleset.

Applies to