Class PrivateDnsZoneGroupPropertiesFormat


  • public final class PrivateDnsZoneGroupPropertiesFormat
    extends Object
    Properties of the private dns zone group.
    • Constructor Detail

      • PrivateDnsZoneGroupPropertiesFormat

        public PrivateDnsZoneGroupPropertiesFormat()
    • 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.