PolicyTokenResult 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.
The result of the completed token acquisition operation. Possible values are Succeeded and Failed.
public readonly struct PolicyTokenResult : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicyTokenResult>
type PolicyTokenResult = struct
Public Structure PolicyTokenResult
Implements IEquatable(Of PolicyTokenResult)
- Inheritance
-
PolicyTokenResult
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyTokenResult(String) |
Initializes a new instance of PolicyTokenResult. |
Properties
| Name | Description |
|---|---|
| Failed |
The token acquisition failed. |
| Succeeded |
The token acquisition succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(PolicyTokenResult) |
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(PolicyTokenResult, PolicyTokenResult) |
Determines if two PolicyTokenResult values are the same. |
| Implicit(String to Nullable<PolicyTokenResult>) | |
| Implicit(String to PolicyTokenResult) |
Converts a string to a PolicyTokenResult. |
| Inequality(PolicyTokenResult, PolicyTokenResult) |
Determines if two PolicyTokenResult values are not the same. |