EndpointResourceState 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.
Resource status of the endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EndpointResourceStateTypeConverter))]
public struct EndpointResourceState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EndpointResourceState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EndpointResourceStateTypeConverter))>]
type EndpointResourceState = struct
interface IArgumentCompleter
Public Structure EndpointResourceState
Implements IArgumentCompleter, IEquatable(Of EndpointResourceState)
- Inheritance
-
EndpointResourceState
- Attributes
- Implements
Fields
Creating | |
Deleting | |
Running | |
Starting | |
Stopped | |
Stopping |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EndpointResourceState) |
Compares values of enum type EndpointResourceState |
Equals(Object) |
Compares values of enum type EndpointResourceState (override for Object) |
GetHashCode() |
Returns hashCode for enum EndpointResourceState |
ToString() |
Returns string representation for EndpointResourceState |
Operators
Equality(EndpointResourceState, EndpointResourceState) |
Overriding == operator for enum EndpointResourceState |
Implicit(EndpointResourceState to String) |
Implicit operator to convert EndpointResourceState to string |
Implicit(String to EndpointResourceState) |
Implicit operator to convert string to EndpointResourceState |
Inequality(EndpointResourceState, EndpointResourceState) |
Overriding != operator for enum EndpointResourceState |