Interface PrivateDnsZoneGroup
- All Superinterfaces:
HasId, HasInnerModel<PrivateDnsZoneGroupInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, IndependentChild<NetworkManager>, Indexable, Refreshable<PrivateDnsZoneGroup>, Updatable<PrivateDnsZoneGroup.Update>
public interface PrivateDnsZoneGroup
extends IndependentChild<NetworkManager>, HasInnerModel<PrivateDnsZoneGroupInner>, Refreshable<PrivateDnsZoneGroup>, Updatable<PrivateDnsZoneGroup.Update>
An immutable client-side representation of an Azure private DNS zone group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the definition stages.static interfaceThe template for update operation, containing all the settings that can be modified.static interfaceGrouping of all the update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the collection of private DNS zone configurations.Gets the provisioning state.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
provisioningState
-
privateDnsZoneConfigures
List<PrivateDnsZoneConfig> privateDnsZoneConfigures()Gets the collection of private DNS zone configurations.- Returns:
- the collection of private DNS zone configurations.
-