DomainNameRecord
Properties
Name | Type | Description | Notes |
---|---|---|---|
RecordType | String | Domain Name Server Record Types | |
Name | String | ||
RecordEntries | String[] | ||
Ttl | Int64 |
Examples
- Prepare the resource
$DomainNameRecord = Initialize-maislurp-client-powershellDomainNameRecord -RecordType null `
-Name null `
-RecordEntries null `
-Ttl null
- Convert the resource to JSON