ResourceHealthMetadataOperations interface

Interface representing a ResourceHealthMetadataOperations.

Methods

getBySite(string, string, ResourceHealthMetadataGetBySiteOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site

getBySiteSlot(string, string, string, ResourceHealthMetadataGetBySiteSlotOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site

list(ResourceHealthMetadataListOptionalParams)

Description for List all ResourceHealthMetadata for all sites in the subscription.

listByResourceGroup(string, ResourceHealthMetadataListByResourceGroupOptionalParams)

Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.

listBySite(string, string, ResourceHealthMetadataListBySiteOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection

listBySiteSlot(string, string, string, ResourceHealthMetadataListBySiteSlotOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection

Method Details

getBySite(string, string, ResourceHealthMetadataGetBySiteOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site

function getBySite(resourceGroupName: string, name: string, options?: ResourceHealthMetadataGetBySiteOptionalParams): Promise<ResourceHealthMetadata>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Name of web app

options
ResourceHealthMetadataGetBySiteOptionalParams

The options parameters.

Returns

getBySiteSlot(string, string, string, ResourceHealthMetadataGetBySiteSlotOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site

function getBySiteSlot(resourceGroupName: string, name: string, slot: string, options?: ResourceHealthMetadataGetBySiteSlotOptionalParams): Promise<ResourceHealthMetadata>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Name of web app

slot

string

Name of web app slot. If not specified then will default to production slot.

options
ResourceHealthMetadataGetBySiteSlotOptionalParams

The options parameters.

Returns

list(ResourceHealthMetadataListOptionalParams)

Description for List all ResourceHealthMetadata for all sites in the subscription.

function list(options?: ResourceHealthMetadataListOptionalParams): PagedAsyncIterableIterator<ResourceHealthMetadata, ResourceHealthMetadata[], PageSettings>

Parameters

options
ResourceHealthMetadataListOptionalParams

The options parameters.

Returns

listByResourceGroup(string, ResourceHealthMetadataListByResourceGroupOptionalParams)

Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.

function listByResourceGroup(resourceGroupName: string, options?: ResourceHealthMetadataListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ResourceHealthMetadata, ResourceHealthMetadata[], PageSettings>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

Returns

listBySite(string, string, ResourceHealthMetadataListBySiteOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection

function listBySite(resourceGroupName: string, name: string, options?: ResourceHealthMetadataListBySiteOptionalParams): PagedAsyncIterableIterator<ResourceHealthMetadata, ResourceHealthMetadata[], PageSettings>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Name of web app.

options
ResourceHealthMetadataListBySiteOptionalParams

The options parameters.

Returns

listBySiteSlot(string, string, string, ResourceHealthMetadataListBySiteSlotOptionalParams)

Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection

function listBySiteSlot(resourceGroupName: string, name: string, slot: string, options?: ResourceHealthMetadataListBySiteSlotOptionalParams): PagedAsyncIterableIterator<ResourceHealthMetadata, ResourceHealthMetadata[], PageSettings>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Name of web app.

slot

string

Name of web app slot. If not specified then will default to production slot.

options
ResourceHealthMetadataListBySiteSlotOptionalParams

The options parameters.

Returns