C# Class Microsoft.Azure.Commands.Dns.DnsRecordSet

Represents a set of records with the same name, with the same type and in the same zone.
Inheritance: ICloneable
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Returns a deep copy of this record set

Method Details

Clone() public method

Returns a deep copy of this record set
public Clone ( ) : object
return object