ArmResourceGraphModelFactory.ResourceGraphQueryPatch 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.
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.
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.