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 Details

    • PrivateDnsZoneGroupPropertiesFormat

      public PrivateDnsZoneGroupPropertiesFormat()
      Creates an instance of PrivateDnsZoneGroupPropertiesFormat class.
  • Method Details

    • 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.