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

Represents a DNS record that is part of a DnsRecordSet.
Inheritance: ICloneable
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Private Methods

Method Description
FromMamlRecord ( object record ) : DnsRecordBase
ToMamlRecord ( ) : object
ToPowerShellTxtValue ( ICollection value ) : string

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object