ArmNetworkModelFactory.PrivateDnsZoneConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PrivateDnsZoneConfig.
public static Azure.ResourceManager.Network.Models.PrivateDnsZoneConfig PrivateDnsZoneConfig (string name = default, string privateDnsZoneId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.RecordSet> recordSets = default);
static member PrivateDnsZoneConfig : string * string * seq<Azure.ResourceManager.Network.Models.RecordSet> -> Azure.ResourceManager.Network.Models.PrivateDnsZoneConfig
Public Shared Function PrivateDnsZoneConfig (Optional name As String = Nothing, Optional privateDnsZoneId As String = Nothing, Optional recordSets As IEnumerable(Of RecordSet) = Nothing) As PrivateDnsZoneConfig
Parameters
- name
- String
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- privateDnsZoneId
- String
The resource id of the private dns zone.
- recordSets
- IEnumerable<RecordSet>
A collection of information regarding a recordSet, holding information to identify private resources.
Returns
A new PrivateDnsZoneConfig instance for mocking.
Applies to
Azure SDK for .NET