ArmCdnModelFactory.CdnWebAgentPatch Method

Definition

public static Azure.ResourceManager.Cdn.Models.CdnWebAgentPatch CdnWebAgentPatch(System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string systemPrompt = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnWebAgentPath> paths = default);
static member CdnWebAgentPatch : System.Collections.Generic.IDictionary<string, string> * string * string * seq<Azure.ResourceManager.Cdn.Models.CdnWebAgentPath> -> Azure.ResourceManager.Cdn.Models.CdnWebAgentPatch
Public Shared Function CdnWebAgentPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional systemPrompt As String = Nothing, Optional paths As IEnumerable(Of CdnWebAgentPath) = Nothing) As CdnWebAgentPatch

Parameters

tags
IDictionary<String,String>

Web agent tags.

description
String

Optional textual description of the agent.

systemPrompt
String

System prompt for the web agent.

paths
IEnumerable<CdnWebAgentPath>

List of paths associated with the web agent.

Returns

A new CdnWebAgentPatch instance for mocking.

Applies to