WebAgentKnowledgeSourceUpdateFrequency Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the units of time for scheduling update intervals for the knowledge source.
public readonly struct WebAgentKnowledgeSourceUpdateFrequency : IEquatable<Azure.ResourceManager.Cdn.Models.WebAgentKnowledgeSourceUpdateFrequency>
type WebAgentKnowledgeSourceUpdateFrequency = struct
Public Structure WebAgentKnowledgeSourceUpdateFrequency
Implements IEquatable(Of WebAgentKnowledgeSourceUpdateFrequency)
- Inheritance
-
WebAgentKnowledgeSourceUpdateFrequency
- Implements
Constructors
| Name | Description |
|---|---|
| WebAgentKnowledgeSourceUpdateFrequency(String) |
Initializes a new instance of WebAgentKnowledgeSourceUpdateFrequency. |
Properties
| Name | Description |
|---|---|
| Daily |
Gets the Daily. |
| EverySixHours |
Gets the EverySixHours. |
| Monthly |
Gets the Monthly. |
| Weekly |
Gets the Weekly. |
Methods
| Name | Description |
|---|---|
| Equals(WebAgentKnowledgeSourceUpdateFrequency) |
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(WebAgentKnowledgeSourceUpdateFrequency, WebAgentKnowledgeSourceUpdateFrequency) |
Determines if two WebAgentKnowledgeSourceUpdateFrequency values are the same. |
| Implicit(String to Nullable<WebAgentKnowledgeSourceUpdateFrequency>) | |
| Implicit(String to WebAgentKnowledgeSourceUpdateFrequency) |
Converts a string to a WebAgentKnowledgeSourceUpdateFrequency. |
| Inequality(WebAgentKnowledgeSourceUpdateFrequency, WebAgentKnowledgeSourceUpdateFrequency) |
Determines if two WebAgentKnowledgeSourceUpdateFrequency values are not the same. |