ResourceHealthExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.ResourceHealth.
public static class ResourceHealthExtensions
type ResourceHealthExtensions = class
Public Module ResourceHealthExtensions
- Inheritance
-
ResourceHealthExtensions
Methods
GetAvailabilityStatus(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Gets current availability status for a single resource
|
GetAvailabilityStatusAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Gets current availability status for a single resource
|
GetAvailabilityStatuses(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists all historical availability transitions and impacting events for a single resource.
|
GetAvailabilityStatusesAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists all historical availability transitions and impacting events for a single resource.
|
GetAvailabilityStatusesByResourceGroup(ResourceGroupResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the resource group.
|
GetAvailabilityStatusesByResourceGroupAsync(ResourceGroupResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the resource group.
|
GetAvailabilityStatusesBySubscription(SubscriptionResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the subscription.
|
GetAvailabilityStatusesBySubscriptionAsync(SubscriptionResource, String, String, CancellationToken) |
Lists the current availability status for all the resources in the subscription.
|
GetAvailabilityStatusOfChildResource(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Gets current availability status for a single resource
|
GetAvailabilityStatusOfChildResourceAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Gets current availability status for a single resource
|
GetAvailabilityStatusOfChildResources(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists the all the children and its current health status for a parent resource. Use the nextLink property in the response to get the next page of children current health
|
GetAvailabilityStatusOfChildResourcesAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists the all the children and its current health status for a parent resource. Use the nextLink property in the response to get the next page of children current health
|
GetHealthEventsOfSingleResource(ArmClient, ResourceIdentifier, String, CancellationToken) |
Lists current service health events for given resource.
|
GetHealthEventsOfSingleResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Lists current service health events for given resource.
|
GetHistoricalAvailabilityStatusesOfChildResource(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists the historical availability statuses for a single child resource. Use the nextLink property in the response to get the next page of availability status
|
GetHistoricalAvailabilityStatusesOfChildResourceAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Lists the historical availability statuses for a single child resource. Use the nextLink property in the response to get the next page of availability status
|
GetResourceHealthEvent(SubscriptionResource, String, String, String, CancellationToken) |
Service health event in the subscription by event tracking id
|
GetResourceHealthEventAsync(SubscriptionResource, String, String, String, CancellationToken) |
Service health event in the subscription by event tracking id
|
GetResourceHealthEventImpactedResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceHealthEventImpactedResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ResourceHealthEventImpactedResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetResourceHealthEventImpactedResource(ResourceIdentifier) instead. |
GetResourceHealthEventResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceHealthEventResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a ResourceHealthEventResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetResourceHealthEventResource(ResourceIdentifier) instead. |
GetResourceHealthEvents(SubscriptionResource) |
Gets a collection of ResourceHealthEventResources in the SubscriptionResource. MockingTo mock this method, please mock GetResourceHealthEvents() instead. |
GetResourceHealthMetadataEntities(TenantResource) |
Gets a collection of ResourceHealthMetadataEntityResources in the TenantResource. MockingTo mock this method, please mock GetResourceHealthMetadataEntities() instead. |
GetResourceHealthMetadataEntity(TenantResource, String, CancellationToken) |
Gets the list of metadata entities.
|
GetResourceHealthMetadataEntityAsync(TenantResource, String, CancellationToken) |
Gets the list of metadata entities.
|
GetResourceHealthMetadataEntityResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceHealthMetadataEntityResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ResourceHealthMetadataEntityResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetResourceHealthMetadataEntityResource(ResourceIdentifier) instead. |
GetServiceEmergingIssue(TenantResource, EmergingIssueNameContent, CancellationToken) |
Gets Azure services' emerging issues.
|
GetServiceEmergingIssueAsync(TenantResource, EmergingIssueNameContent, CancellationToken) |
Gets Azure services' emerging issues.
|
GetServiceEmergingIssueResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ServiceEmergingIssueResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(EmergingIssueNameContent) to create a ServiceEmergingIssueResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceEmergingIssueResource(ResourceIdentifier) instead. |
GetServiceEmergingIssues(TenantResource) |
Gets a collection of ServiceEmergingIssueResources in the TenantResource. MockingTo mock this method, please mock GetServiceEmergingIssues() instead. |
GetTenantResourceHealthEvent(TenantResource, String, String, String, CancellationToken) |
Service health event in the tenant by event tracking id
|
GetTenantResourceHealthEventAsync(TenantResource, String, String, String, CancellationToken) |
Service health event in the tenant by event tracking id
|
GetTenantResourceHealthEventImpactedResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TenantResourceHealthEventImpactedResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a TenantResourceHealthEventImpactedResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTenantResourceHealthEventImpactedResource(ResourceIdentifier) instead. |
GetTenantResourceHealthEventResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TenantResourceHealthEventResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a TenantResourceHealthEventResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTenantResourceHealthEventResource(ResourceIdentifier) instead. |
GetTenantResourceHealthEvents(TenantResource) |
Gets a collection of TenantResourceHealthEventResources in the TenantResource. MockingTo mock this method, please mock GetTenantResourceHealthEvents() instead. |
Applies to
Azure SDK for .NET