public static interface PrivateDnsZone.UpdateStages.WithRecordSet
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<PrivateDnsZone.Update> |
defineAaaaRecordSet(String name)
Specifies definition of an AAAA record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<PrivateDnsZone.Update> |
defineARecordSet(String name)
Specifies definition of an A record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.CNameRecordSetBlank<PrivateDnsZone.Update> |
defineCnameRecordSet(String name)
Specifies definition of a CNAME record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.MXRecordSetBlank<PrivateDnsZone.Update> |
defineMxRecordSet(String name)
Specifies definition of a MX record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<PrivateDnsZone.Update> |
definePtrRecordSet(String name)
Specifies definition of a PTR record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.SoaRecordSetBlank<PrivateDnsZone.Update> |
defineSoaRecordSet()
Specifies definition of a SOA record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.SrvRecordSetBlank<PrivateDnsZone.Update> |
defineSrvRecordSet(String name)
Specifies definition of a SRV record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<PrivateDnsZone.Update> |
defineTxtRecordSet(String name)
Specifies definition of a TXT record set to be attached to the private DNS zone.
|
PrivateDnsRecordSet.UpdateAaaaRecordSet |
updateAaaaRecordSet(String name)
Begins the description of an update of an existing AAAA record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateARecordSet |
updateARecordSet(String name)
Begins the description of an update of an existing A record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateCNameRecordSet |
updateCnameRecordSet(String name)
Specifies definition of a CNAME record set.
|
PrivateDnsRecordSet.UpdateMXRecordSet |
updateMxRecordSet(String name)
Begins the description of an update of an existing MX record set in this DNS zone.
|
PrivateDnsRecordSet.UpdatePtrRecordSet |
updatePtrRecordSet(String name)
Begins the description of an update of an existing PTR record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateSoaRecord |
updateSoaRecord()
Begins the description of an update of the SOA record in this DNS zone.
|
PrivateDnsRecordSet.UpdateSrvRecordSet |
updateSrvRecordSet(String name)
Begins the description of an update of an existing SRV record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
updateTxtRecordSet(String name)
Begins the description of an update of an existing TXT record set in this DNS zone.
|
PrivateDnsZone.Update |
withCnameRecordSet(String name,
String alias)
Specifies definition of a CNAME record set to be attached to the private DNS zone.
|
PrivateDnsZone.Update |
withoutAaaaRecordSet(String name)
Removes a AAAA record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutAaaaRecordSet(String name,
String etagValue)
Removes a AAAA record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutARecordSet(String name)
Removes a A record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutARecordSet(String name,
String etagValue)
Removes a A record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutCNameRecordSet(String name)
Removes a CNAME record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutCNameRecordSet(String name,
String etagValue)
Removes a CNAME record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutMXRecordSet(String name)
Removes a MX record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutMXRecordSet(String name,
String etagValue)
Removes a MX record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutPtrRecordSet(String name)
Removes a PTR record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutPtrRecordSet(String name,
String etagValue)
Removes a PTR record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutSrvRecordSet(String name)
Removes a SRV record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutSrvRecordSet(String name,
String etagValue)
Removes a SRV record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutTxtRecordSet(String name)
Removes a TXT record set in the private DNS zone.
|
PrivateDnsZone.Update |
withoutTxtRecordSet(String name,
String etagValue)
Removes a TXT record set in the private DNS zone.
|
PrivateDnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<PrivateDnsZone.Update> defineAaaaRecordSet(String name)
name - name of the AAAA record setPrivateDnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<PrivateDnsZone.Update> defineARecordSet(String name)
name - name of the A record setPrivateDnsZone.Update withCnameRecordSet(String name, String alias)
name - name of the CNAME record setalias - the CNAME record aliasPrivateDnsRecordSet.UpdateDefinitionStages.CNameRecordSetBlank<PrivateDnsZone.Update> defineCnameRecordSet(String name)
name - name of the CNAME record setPrivateDnsRecordSet.UpdateDefinitionStages.MXRecordSetBlank<PrivateDnsZone.Update> defineMxRecordSet(String name)
name - name of the MX record setPrivateDnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<PrivateDnsZone.Update> definePtrRecordSet(String name)
name - name of the PTR record setPrivateDnsRecordSet.UpdateDefinitionStages.SoaRecordSetBlank<PrivateDnsZone.Update> defineSoaRecordSet()
PrivateDnsRecordSet.UpdateDefinitionStages.SrvRecordSetBlank<PrivateDnsZone.Update> defineSrvRecordSet(String name)
name - the name of the SRV record setPrivateDnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<PrivateDnsZone.Update> defineTxtRecordSet(String name)
name - the name of the TXT record setPrivateDnsRecordSet.UpdateAaaaRecordSet updateAaaaRecordSet(String name)
name - name of the AAAA record setPrivateDnsRecordSet.UpdateARecordSet updateARecordSet(String name)
name - name of the A record setPrivateDnsRecordSet.UpdateCNameRecordSet updateCnameRecordSet(String name)
name - name of the CNAME record setPrivateDnsRecordSet.UpdateMXRecordSet updateMxRecordSet(String name)
name - name of the MX record setPrivateDnsRecordSet.UpdatePtrRecordSet updatePtrRecordSet(String name)
name - name of the PTR record setPrivateDnsRecordSet.UpdateSoaRecord updateSoaRecord()
PrivateDnsRecordSet.UpdateSrvRecordSet updateSrvRecordSet(String name)
name - the name of the SRV record setPrivateDnsRecordSet.UpdateTxtRecordSet updateTxtRecordSet(String name)
name - the name of the TXT record setPrivateDnsZone.Update withoutAaaaRecordSet(String name)
name - name of the AAAA record setPrivateDnsZone.Update withoutAaaaRecordSet(String name, String etagValue)
name - name of the AAAA record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutARecordSet(String name)
name - name of the A record setPrivateDnsZone.Update withoutARecordSet(String name, String etagValue)
name - name of the A record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutCNameRecordSet(String name)
name - name of the CNAME record setPrivateDnsZone.Update withoutCNameRecordSet(String name, String etagValue)
name - name of the CNAME record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutMXRecordSet(String name)
name - name of the MX record setPrivateDnsZone.Update withoutMXRecordSet(String name, String etagValue)
name - name of the MX record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutPtrRecordSet(String name)
name - name of the PTR record setPrivateDnsZone.Update withoutPtrRecordSet(String name, String etagValue)
name - name of the PTR record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutSrvRecordSet(String name)
name - name of the SRV record setPrivateDnsZone.Update withoutSrvRecordSet(String name, String etagValue)
name - name of the SRV record setetagValue - the etag to use for concurrent protectionPrivateDnsZone.Update withoutTxtRecordSet(String name)
name - name of the TXT record setPrivateDnsZone.Update withoutTxtRecordSet(String name, String etagValue)
name - name of the TXT record setetagValue - the etag to use for concurrent protectionCopyright © 2020 Microsoft Corporation. All rights reserved.