CdnWebAgentData Class

Definition

Defines a web agent resource for Azure CDN.

public class CdnWebAgentData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.CdnWebAgentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.CdnWebAgentData>
type CdnWebAgentData = class
    inherit TrackedResourceData
    interface IJsonModel<CdnWebAgentData>
    interface IPersistableModel<CdnWebAgentData>
Public Class CdnWebAgentData
Inherits TrackedResourceData
Implements IJsonModel(Of CdnWebAgentData), IPersistableModel(Of CdnWebAgentData)
Inheritance
Implements

Constructors

Name Description
CdnWebAgentData(AzureLocation)

Initializes a new instance of CdnWebAgentData.

Properties

Name Description
Description

Optional textual description of the agent.

Id

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

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Paths

List of paths associated with the web agent.

ProfileAgentLinks

References to agent links in CDN profiles.

ProvisioningState

Provisioning status of the web agent.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
SystemPrompt

System prompt for the web agent.

Tags

Resource tags.

(Inherited from TrackedResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CdnWebAgentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<CdnWebAgentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<CdnWebAgentData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<CdnWebAgentData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<CdnWebAgentData>.Write(ModelReaderWriterOptions)

Applies to