CdnWebAgentKnowledgeSourceProvisioningState 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.
Provisioning status of the knowledge source.
public readonly struct CdnWebAgentKnowledgeSourceProvisioningState : IEquatable<Azure.ResourceManager.Cdn.Models.CdnWebAgentKnowledgeSourceProvisioningState>
type CdnWebAgentKnowledgeSourceProvisioningState = struct
Public Structure CdnWebAgentKnowledgeSourceProvisioningState
Implements IEquatable(Of CdnWebAgentKnowledgeSourceProvisioningState)
- Inheritance
-
CdnWebAgentKnowledgeSourceProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CdnWebAgentKnowledgeSourceProvisioningState(String) |
Initializes a new instance of CdnWebAgentKnowledgeSourceProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Succeeded |
Gets the Succeeded. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(CdnWebAgentKnowledgeSourceProvisioningState) |
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(CdnWebAgentKnowledgeSourceProvisioningState, CdnWebAgentKnowledgeSourceProvisioningState) |
Determines if two CdnWebAgentKnowledgeSourceProvisioningState values are the same. |
| Implicit(String to CdnWebAgentKnowledgeSourceProvisioningState) |
Converts a string to a CdnWebAgentKnowledgeSourceProvisioningState. |
| Implicit(String to Nullable<CdnWebAgentKnowledgeSourceProvisioningState>) | |
| Inequality(CdnWebAgentKnowledgeSourceProvisioningState, CdnWebAgentKnowledgeSourceProvisioningState) |
Determines if two CdnWebAgentKnowledgeSourceProvisioningState values are not the same. |