Class OrganizationApplianceDnsLocalRecordsCreateRequest
Organization appliance DNS local records create request
[DataContract]
public class OrganizationApplianceDnsLocalRecordsCreateRequest
- Inheritance
-
OrganizationApplianceDnsLocalRecordsCreateRequest
- Inherited Members
Constructors
OrganizationApplianceDnsLocalRecordsCreateRequest()
public OrganizationApplianceDnsLocalRecordsCreateRequest()
Properties
Address
IP for the DNS record
[DataMember(Name = "address")]
public string Address { get; set; }
Property Value
Hostname
Hostname for the DNS record
[DataMember(Name = "hostname")]
public string Hostname { get; set; }
Property Value
Profile
The profile the DNS record is associated with
[DataMember(Name = "profile")]
public OrganizationApplianceDnsLocalRecordsProfile Profile { get; set; }