ArmResourceGraphModelFactory.ResourceGraphQueryPatch Method

Definition

public static Azure.ResourceManager.ResourceGraph.Models.ResourceGraphQueryPatch ResourceGraphQueryPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ETag? eTag = default, string description = default, string query = default);
static member ResourceGraphQueryPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> * string * string -> Azure.ResourceManager.ResourceGraph.Models.ResourceGraphQueryPatch
Public Shared Function ResourceGraphQueryPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional description As String = Nothing, Optional query As String = Nothing) As ResourceGraphQueryPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

eTag
Nullable<ETag>

This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.

description
String

The description of a graph query.

query
String

KQL query that will be graph.

Returns

A new ResourceGraphQueryPatch instance for mocking.

Applies to