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

GetBySite(IResourceHealthMetadataOperations, String, String)

Gets the category of ResourceHealthMetadata to use for the given site

GetBySiteAsync(IResourceHealthMetadataOperations, String, String, CancellationToken)

Gets the category of ResourceHealthMetadata to use for the given site

GetBySiteSlot(IResourceHealthMetadataOperations, String, String, String)

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

List(IResourceHealthMetadataOperations)

List all ResourceHealthMetadata for all sites in the subscription.

ListAsync(IResourceHealthMetadataOperations, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

ListByResourceGroup(IResourceHealthMetadataOperations, String)

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

ListByResourceGroupAsync(IResourceHealthMetadataOperations, String, CancellationToken)

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

ListByResourceGroupNext(IResourceHealthMetadataOperations, String)

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.

ListBySite(IResourceHealthMetadataOperations, String, String)

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

ListBySiteAsync(IResourceHealthMetadataOperations, String, String, CancellationToken)

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

ListBySiteNext(IResourceHealthMetadataOperations, String)

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

ListBySiteSlot(IResourceHealthMetadataOperations, String, String, String)

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

ListBySiteSlotNext(IResourceHealthMetadataOperations, String)

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

ListNext(IResourceHealthMetadataOperations, String)

List all ResourceHealthMetadata for all sites in the subscription.

ListNextAsync(IResourceHealthMetadataOperations, String, CancellationToken)

List all ResourceHealthMetadata for all sites in the subscription.

Applies to