IResourceHealthMetadataOperations Interface

Definition

ResourceHealthMetadataOperations operations.

public interface IResourceHealthMetadataOperations
type IResourceHealthMetadataOperations = interface
Public Interface IResourceHealthMetadataOperations

Methods

GetBySiteSlotWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the category of ResourceHealthMetadata to use for the given site

GetBySiteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the category of ResourceHealthMetadata to use for the given site

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySiteNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySiteSlotNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySiteSlotWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySiteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

Extension Methods

GetBySiteAsync(IResourceHealthMetadataOperations, String, String, CancellationToken)

Gets the category of ResourceHealthMetadata to use for the given site

GetBySiteSlotAsync(IResourceHealthMetadataOperations, String, String, String, CancellationToken)

Gets the category of ResourceHealthMetadata to use for the given site

ListAsync(IResourceHealthMetadataOperations, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

ListByResourceGroupAsync(IResourceHealthMetadataOperations, String, CancellationToken)

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

ListByResourceGroupNextAsync(IResourceHealthMetadataOperations, String, CancellationToken)

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

ListBySiteAsync(IResourceHealthMetadataOperations, String, String, CancellationToken)

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

ListBySiteNextAsync(IResourceHealthMetadataOperations, String, CancellationToken)

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

ListBySiteSlotAsync(IResourceHealthMetadataOperations, String, String, String, CancellationToken)

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

ListBySiteSlotNextAsync(IResourceHealthMetadataOperations, String, CancellationToken)

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

ListNextAsync(IResourceHealthMetadataOperations, String, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

Applies to