Class PrivateDnsZoneGroupPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.PrivateDnsZoneGroupPropertiesFormat
Properties of the private dns zone group.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateDnsZoneGroupPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.Get the provisioningState property: The provisioning state of the private dns zone group resource.voidvalidate()Validates the instance.withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs) Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.
-
Constructor Details
-
PrivateDnsZoneGroupPropertiesFormat
public PrivateDnsZoneGroupPropertiesFormat()Creates an instance of PrivateDnsZoneGroupPropertiesFormat class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the private dns zone group resource.- Returns:
- the provisioningState value.
-
privateDnsZoneConfigs
Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.- Returns:
- the privateDnsZoneConfigs value.
-
withPrivateDnsZoneConfigs
public PrivateDnsZoneGroupPropertiesFormat withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs) Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.- Parameters:
privateDnsZoneConfigs- the privateDnsZoneConfigs value to set.- Returns:
- the PrivateDnsZoneGroupPropertiesFormat object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-