次の方法で共有


SharingUpdateOperationTypes Struct

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypesTypeConverter))]
public struct SharingUpdateOperationTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypesTypeConverter))>]
type SharingUpdateOperationTypes = struct
    interface IArgumentCompleter
Public Structure SharingUpdateOperationTypes
Implements IArgumentCompleter, IEquatable(Of SharingUpdateOperationTypes)
Inheritance
SharingUpdateOperationTypes
Attributes
Implements

Fields

Add
EnableCommunity
Remove
Reset

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 SharingUpdateOperationTypes (override for Object)

Equals(SharingUpdateOperationTypes)

Compares values of enum type SharingUpdateOperationTypes

GetHashCode()

Returns hashCode for enum SharingUpdateOperationTypes

ToString()

Returns string representation for SharingUpdateOperationTypes

Operators

Equality(SharingUpdateOperationTypes, SharingUpdateOperationTypes)

Overriding == operator for enum SharingUpdateOperationTypes

Implicit(SharingUpdateOperationTypes to String)

Implicit operator to convert SharingUpdateOperationTypes to string

Implicit(String to SharingUpdateOperationTypes)

Implicit operator to convert string to SharingUpdateOperationTypes

Inequality(SharingUpdateOperationTypes, SharingUpdateOperationTypes)

Overriding != operator for enum SharingUpdateOperationTypes

Applies to