Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AvailabilityStatuses

Package version

Class representing a AvailabilityStatuses.

Hierarchy

  • AvailabilityStatuses

Index

Constructors

constructor

Methods

getByResource

  • Gets current availability status for a single resource

    Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • Optional options: Models.AvailabilityStatusesGetByResourceOptionalParams

    Returns Promise<Models.AvailabilityStatusesGetByResourceResponse>

    Promise<Models.AvailabilityStatusesGetByResourceResponse>

  • Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • callback: msRest.ServiceCallback<AvailabilityStatus>

      The callback

    Returns void

  • Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • options: AvailabilityStatusesGetByResourceOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityStatus>

      The callback

    Returns void

list

  • Lists all historical availability transitions and impacting events for a single resource. Use the nextLink property in the response to get the next page of availability status

    Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • Optional options: Models.AvailabilityStatusesListOptionalParams

    Returns Promise<Models.AvailabilityStatusesListResponse>

    Promise<Models.AvailabilityStatusesListResponse>

  • Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

  • Parameters

    • resourceUri: string

      The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}

    • options: AvailabilityStatusesListOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

listByResourceGroup

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • Lists the current availability status for all the resources in the resource group. Use the nextLink property in the response to get the next page of availability statuses.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>

    Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

listBySubscriptionId

listBySubscriptionIdNext

  • listBySubscriptionIdNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>
  • listBySubscriptionIdNext(nextPageLink: string, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • listBySubscriptionIdNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • Lists the current availability status for all the resources in the subscription. Use the nextLink property in the response to get the next page of availability statuses.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>

    Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityStatusesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityStatusListResult>): void
  • Lists all historical availability transitions and impacting events for a single resource. Use the nextLink property in the response to get the next page of availability status

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityStatusesListNextResponse>

    Promise<Models.AvailabilityStatusesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityStatusListResult>

      The callback

    Returns void

Generated using TypeDoc