Interface DnsZone.Update
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<DnsZone>,DnsZone.UpdateStages.WithETagCheck,DnsZone.UpdateStages.WithRecordSet,DnsZone.UpdateStages.WithZoneType,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<DnsZone.Update>
- Enclosing interface:
- DnsZone
public static interface DnsZone.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<DnsZone>, DnsZone.UpdateStages.WithRecordSet, DnsZone.UpdateStages.WithETagCheck, DnsZone.UpdateStages.WithZoneType, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<DnsZone.Update>
The template for an update operation, containing all the settings that can be modified.Call
Appliable.apply()to apply the changes to the resource in Azure.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithETagCheck
withETagCheck, withETagCheck
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
defineAaaaRecordSet, defineARecordSet, defineCaaRecordSet, defineCNameRecordSet, defineMXRecordSet, defineNSRecordSet, definePtrRecordSet, defineSrvRecordSet, defineTxtRecordSet, updateAaaaRecordSet, updateARecordSet, updateCaaRecordSet, updateCNameRecordSet, updateMXRecordSet, updateNSRecordSet, updatePtrRecordSet, updateSoaRecord, updateSrvRecordSet, updateTxtRecordSet, withCNameRecordSet, withoutAaaaRecordSet, withoutAaaaRecordSet, withoutARecordSet, withoutARecordSet, withoutCaaRecordSet, withoutCaaRecordSet, withoutCNameRecordSet, withoutCNameRecordSet, withoutMXRecordSet, withoutMXRecordSet, withoutNSRecordSet, withoutNSRecordSet, withoutPtrRecordSet, withoutPtrRecordSet, withoutSrvRecordSet, withoutSrvRecordSet, withoutTxtRecordSet, withoutTxtRecordSet
-
Methods inherited from interface com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithZoneType
withPrivateAccess, withPrivateAccess, withPublicAccess
-
-