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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET