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 Classes Modifier and Type Interface Description static interfacePrivateDnsZoneGroup.DefinitionContainer interface for all the definitions that need to be implemented.static interfacePrivateDnsZoneGroup.DefinitionStagesGrouping of all the definition stages.static interfacePrivateDnsZoneGroup.UpdateThe template for update operation, containing all the settings that can be modified.static interfacePrivateDnsZoneGroup.UpdateStagesGrouping of all the update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrivateDnsZoneConfig>privateDnsZoneConfigures()ProvisioningStateprovisioningState()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
provisioningState
ProvisioningState provisioningState()
- Returns:
- the provisioning state.
-
privateDnsZoneConfigures
List<PrivateDnsZoneConfig> privateDnsZoneConfigures()
- Returns:
- the collection of private DNS zone configurations.
-
-