Interface AvailabilityStatus
-
public interface AvailabilityStatus
An immutable client-side representation of AvailabilityStatus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
id()
Gets the id property: Azure Resource Manager Identity for the availabilityStatuses resource.AvailabilityStatusInner
innerModel()
Gets the inner com.azure.resourcemanager.resourcehealth.fluent.models.AvailabilityStatusInner object.String
location()
Gets the location property: Azure Resource Manager geo location of the resource.String
name()
Gets the name property: current.AvailabilityStatusProperties
properties()
Gets the properties property: Properties of availability state.String
type()
Gets the type property: Microsoft.ResourceHealth/AvailabilityStatuses.
-
-
-
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.
-
-