ResourceHealthMetadataOperations interface
Interface representing a ResourceHealthMetadataOperations.
Methods
get |
Description for Gets the category of ResourceHealthMetadata to use for the given site |
get |
Description for Gets the category of ResourceHealthMetadata to use for the given site |
list(Resource |
Description for List all ResourceHealthMetadata for all sites in the subscription. |
list |
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription. |
list |
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection |
list |
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
The options parameters.
Returns
Promise<ResourceHealthMetadata>
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.
The options parameters.
Returns
Promise<ResourceHealthMetadata>
list(ResourceHealthMetadataListOptionalParams)
Description for List all ResourceHealthMetadata for all sites in the subscription.
function list(options?: ResourceHealthMetadataListOptionalParams): PagedAsyncIterableIterator<ResourceHealthMetadata, ResourceHealthMetadata[], PageSettings>
Parameters
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.
The options parameters.
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.
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.
The options parameters.