Share via


MockableCloudHealthArmClient.GetHealthModelEntityResource Method

Definition

Gets an object representing a HealthModelEntityResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HealthModelEntityResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.CloudHealth.HealthModelEntityResource GetHealthModelEntityResource(Azure.Core.ResourceIdentifier id);
abstract member GetHealthModelEntityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CloudHealth.HealthModelEntityResource
override this.GetHealthModelEntityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CloudHealth.HealthModelEntityResource
Public Overridable Function GetHealthModelEntityResource (id As ResourceIdentifier) As HealthModelEntityResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HealthModelEntityResource object.

Applies to