次の方法で共有


SharingState Struct

Definition

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

Applies to