次の方法で共有


GallerySharingPermissionTypes Struct

Definition

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

Fields

Community
Groups
Private

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(GallerySharingPermissionTypes)

Compares values of enum type GallerySharingPermissionTypes

Equals(Object)

Compares values of enum type GallerySharingPermissionTypes (override for Object)

GetHashCode()

Returns hashCode for enum GallerySharingPermissionTypes

ToString()

Returns string representation for GallerySharingPermissionTypes

Operators

Equality(GallerySharingPermissionTypes, GallerySharingPermissionTypes)

Overriding == operator for enum GallerySharingPermissionTypes

Implicit(GallerySharingPermissionTypes to String)

Implicit operator to convert GallerySharingPermissionTypes to string

Implicit(String to GallerySharingPermissionTypes)

Implicit operator to convert string to GallerySharingPermissionTypes

Inequality(GallerySharingPermissionTypes, GallerySharingPermissionTypes)

Overriding != operator for enum GallerySharingPermissionTypes

Applies to