PrivateDnsClient.CreatePrivateDnsRecordSet 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.
public Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordSet CreatePrivateDnsRecordSet (string zoneName, string resourceGroupName, string relativeRecordSetName, uint? ttl, Microsoft.Azure.Management.PrivateDns.Models.RecordType recordType, System.Collections.Hashtable tags, bool overwrite, Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordBase[] resourceRecords);
member this.CreatePrivateDnsRecordSet : string * string * string * Nullable<uint32> * Microsoft.Azure.Management.PrivateDns.Models.RecordType * System.Collections.Hashtable * bool * Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordBase[] -> Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordSet
Public Function CreatePrivateDnsRecordSet (zoneName As String, resourceGroupName As String, relativeRecordSetName As String, ttl As Nullable(Of UInteger), recordType As RecordType, tags As Hashtable, overwrite As Boolean, resourceRecords As PSPrivateDnsRecordBase()) As PSPrivateDnsRecordSet
Parameters
- zoneName
- String
- resourceGroupName
- String
- relativeRecordSetName
- String
- recordType
- RecordType
- tags
- Hashtable
- overwrite
- Boolean
- resourceRecords
- PSPrivateDnsRecordBase[]