WebAgentKnowledgeSourceType Struct

Definition

Format or origin of the knowledge source.

public readonly struct WebAgentKnowledgeSourceType : IEquatable<Azure.ResourceManager.Cdn.Models.WebAgentKnowledgeSourceType>
type WebAgentKnowledgeSourceType = struct
Public Structure WebAgentKnowledgeSourceType
Implements IEquatable(Of WebAgentKnowledgeSourceType)
Inheritance
WebAgentKnowledgeSourceType
Implements

Constructors

Name Description
WebAgentKnowledgeSourceType(String)

Initializes a new instance of WebAgentKnowledgeSourceType.

Properties

Name Description
RssFeeds

Gets the RssFeeds.

SchemaOrgMarkup

Gets the SchemaOrgMarkup.

Sitemap

Gets the Sitemap.

Methods

Name Description
Equals(WebAgentKnowledgeSourceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(WebAgentKnowledgeSourceType, WebAgentKnowledgeSourceType)

Determines if two WebAgentKnowledgeSourceType values are the same.

Implicit(String to Nullable<WebAgentKnowledgeSourceType>)
Implicit(String to WebAgentKnowledgeSourceType)

Converts a string to a WebAgentKnowledgeSourceType.

Inequality(WebAgentKnowledgeSourceType, WebAgentKnowledgeSourceType)

Determines if two WebAgentKnowledgeSourceType values are not the same.

Applies to