CdnWebAgentKnowledgeSourceData Class

Definition

Defines a knowledge source resource for a web agent.

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

Constructors

Name Description
CdnWebAgentKnowledgeSourceData()

Initializes a new instance of CdnWebAgentKnowledgeSourceData.

Properties

Name Description
Description

Description of the knowledge source.

Id

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

(Inherited from ResourceData)
LastRefreshedOn

The last time the knowledge source was updated.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning status of the knowledge source.

ResourceType

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

(Inherited from ResourceData)
SourceType

Format or origin of the knowledge source.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UpdateFrequency

Specifies the units of time for scheduling update intervals for the knowledge source.

Uri

Endpoint or location of the knowledge source.

Methods

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

Explicit Interface Implementations

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

Applies to