Interface AvailabilityStatus


  • public interface AvailabilityStatus
    An immutable client-side representation of AvailabilityStatus.
    • Method Detail

      • id

        String id()
        Gets the id property: Azure Resource Manager Identity for the availabilityStatuses resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: current.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: Microsoft.ResourceHealth/AvailabilityStatuses.
        Returns:
        the type value.
      • location

        String location()
        Gets the location property: Azure Resource Manager geo location of the resource.
        Returns:
        the location value.
      • properties

        AvailabilityStatusProperties properties()
        Gets the properties property: Properties of availability state.
        Returns:
        the properties value.
      • innerModel

        AvailabilityStatusInner innerModel()
        Gets the inner com.azure.resourcemanager.resourcehealth.fluent.models.AvailabilityStatusInner object.
        Returns:
        the inner object.