ResourceHealthExtensions.GetServiceEmergingIssues(TenantResource) Method

Definition

Gets a collection of ServiceEmergingIssueResources in the TenantResource. MockingTo mock this method, please mock GetServiceEmergingIssues() instead.

public static Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueCollection GetServiceEmergingIssues (this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetServiceEmergingIssues : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueCollection
<Extension()>
Public Function GetServiceEmergingIssues (tenantResource As TenantResource) As ServiceEmergingIssueCollection

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

Returns

An object representing collection of ServiceEmergingIssueResources and their operations over a ServiceEmergingIssueResource.

Exceptions

tenantResource is null.

Applies to