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