Class AvailabilitySetProperties


  • public final class AvailabilitySetProperties
    extends Object
    Defines the resource properties.
    • Constructor Detail

      • AvailabilitySetProperties

        public AvailabilitySetProperties()
    • Method Detail

      • availabilitySetName

        public String availabilitySetName()
        Get the availabilitySetName property: Name of the availability set.
        Returns:
        the availabilitySetName value.
      • withAvailabilitySetName

        public AvailabilitySetProperties withAvailabilitySetName​(String availabilitySetName)
        Set the availabilitySetName property: Name of the availability set.
        Parameters:
        availabilitySetName - the availabilitySetName value to set.
        Returns:
        the AvailabilitySetProperties object itself.
      • vmmServerId

        public String vmmServerId()
        Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Returns:
        the vmmServerId value.
      • withVmmServerId

        public AvailabilitySetProperties withVmmServerId​(String vmmServerId)
        Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Parameters:
        vmmServerId - the vmmServerId value to set.
        Returns:
        the AvailabilitySetProperties object itself.
      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Gets or sets the provisioning state.
        Returns:
        the provisioningState value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.