Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoaRecordId ¶
type SoaRecordId struct { SubscriptionId string ResourceGroup string DnszoneName string SOAName string }
func NewSoaRecordID ¶
func NewSoaRecordID(subscriptionId, resourceGroup, dnszoneName, sOAName string) SoaRecordId
func SoaRecordID ¶
func SoaRecordID(input string) (*SoaRecordId, error)
SoaRecordID parses a SOARecord ID into an SoaRecordId struct
func (SoaRecordId) ID ¶
func (id SoaRecordId) ID() string
func (SoaRecordId) String ¶
func (id SoaRecordId) String() string
Click to show internal directories.
Click to hide internal directories.