MockableCloudHealthArmClient.GetHealthModelResource Method
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.
Gets an object representing a HealthModelResource 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 HealthModelResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.CloudHealth.HealthModelResource GetHealthModelResource(Azure.Core.ResourceIdentifier id);
abstract member GetHealthModelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CloudHealth.HealthModelResource
override this.GetHealthModelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CloudHealth.HealthModelResource
Public Overridable Function GetHealthModelResource (id As ResourceIdentifier) As HealthModelResource
Parameters
The resource ID of the resource to get.
Returns
Returns a HealthModelResource object.