ArmCloudHealthModelFactory.HealthModelPatch Method

Definition

public static Azure.ResourceManager.CloudHealth.Models.HealthModelPatch HealthModelPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.CloudHealth.Models.ModelDiscoverySettings healthModelUpdateDiscovery = default);
static member HealthModelPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.CloudHealth.Models.ModelDiscoverySettings -> Azure.ResourceManager.CloudHealth.Models.HealthModelPatch
Public Shared Function HealthModelPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional healthModelUpdateDiscovery As ModelDiscoverySettings = Nothing) As HealthModelPatch

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

healthModelUpdateDiscovery
ModelDiscoverySettings

Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.

Returns

A new HealthModelPatch instance for mocking.

Applies to