CnameRecord Class
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.
Represents a Private DNS record of type CNAME that is part of a PSPrivateDnsRecordSet.
public class CnameRecord : Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordBase
type CnameRecord = class
inherit PSPrivateDnsRecordBase
Public Class CnameRecord
Inherits PSPrivateDnsRecordBase
- Inheritance
Constructors
CnameRecord() |
Fields
TxtRecordChunkSize | (Inherited from PSPrivateDnsRecordBase) |
Properties
Cname |
Gets or sets the canonical name for this CNAME record without a terminating dot. |
Methods
Clone() |
Creates a deep copy of this object |
ToString() |