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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
provisioningState
ProvisioningState provisioningState()Gets the provisioning state.- Returns:
- the provisioning state.
-
privateDnsZoneConfigures
List<PrivateDnsZoneConfig> privateDnsZoneConfigures()Gets the collection of private DNS zone configurations.- Returns:
- the collection of private DNS zone configurations.
-