IResourceHealthMetadataOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ResourceHealthMetadataOperations operations.
public interface IResourceHealthMetadataOperations
type IResourceHealthMetadataOperations = interface
Public Interface IResourceHealthMetadataOperations
Methods
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
Azure SDK for .NET