SharingState 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 sharing state of the gallery, which only appears in the response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingStateTypeConverter))]
public struct SharingState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingStateTypeConverter))>]
type SharingState = struct
interface IArgumentCompleter
Public Structure SharingState
Implements IArgumentCompleter, IEquatable(Of SharingState)
- Inheritance
-
SharingState
- Attributes
- Implements
Fields
Failed | |
InProgress | |
Succeeded | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SharingState (override for Object) |
Equals(SharingState) |
Compares values of enum type SharingState |
GetHashCode() |
Returns hashCode for enum SharingState |
ToString() |
Returns string representation for SharingState |
Operators
Equality(SharingState, SharingState) |
Overriding == operator for enum SharingState |
Implicit(SharingState to String) |
Implicit operator to convert SharingState to string |
Implicit(String to SharingState) |
Implicit operator to convert string to SharingState |
Inequality(SharingState, SharingState) |
Overriding != operator for enum SharingState |