ArmCdnModelFactory.CdnWebAgentData Method

Definition

public static Azure.ResourceManager.Cdn.CdnWebAgentData CdnWebAgentData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, string systemPrompt = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnWebAgentPath> paths = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnResourceReference> profileAgentLinks = default, Azure.ResourceManager.Cdn.Models.CdnWebAgentProvisioningState? provisioningState = default);
static member CdnWebAgentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * seq<Azure.ResourceManager.Cdn.Models.CdnWebAgentPath> * seq<Azure.ResourceManager.Cdn.Models.CdnResourceReference> * Nullable<Azure.ResourceManager.Cdn.Models.CdnWebAgentProvisioningState> -> Azure.ResourceManager.Cdn.CdnWebAgentData
Public Shared Function CdnWebAgentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional systemPrompt As String = Nothing, Optional paths As IEnumerable(Of CdnWebAgentPath) = Nothing, Optional profileAgentLinks As IEnumerable(Of CdnResourceReference) = Nothing, Optional provisioningState As Nullable(Of CdnWebAgentProvisioningState) = Nothing) As CdnWebAgentData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

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.

profileAgentLinks
IEnumerable<CdnResourceReference>

References to agent links in CDN profiles.

provisioningState
Nullable<CdnWebAgentProvisioningState>

Provisioning status of the web agent.

Returns

A new CdnWebAgentData instance for mocking.

Applies to