Class PrivateDnsZoneGroupPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.PrivateDnsZoneGroupPropertiesFormat
-
public final class PrivateDnsZoneGroupPropertiesFormat extends Object
Properties of the private dns zone group.
-
-
Constructor Summary
Constructors Constructor Description PrivateDnsZoneGroupPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrivateDnsZoneConfig>privateDnsZoneConfigs()Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the private dns zone group resource.voidvalidate()Validates the instance.PrivateDnsZoneGroupPropertiesFormatwithPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.
-
-
-
Method Detail
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private dns zone group resource.- Returns:
- the provisioningState value.
-
privateDnsZoneConfigs
public List<PrivateDnsZoneConfig> 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.
-
-