你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryExpandParams Struct

Definition

Argument completer implementation for GalleryExpandParams.

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

Fields

SharingProfileGroups

Methods

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

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

Equals(GalleryExpandParams)

Compares values of enum type GalleryExpandParams

Equals(Object)

Compares values of enum type GalleryExpandParams (override for Object)

GetHashCode()

Returns hashCode for enum GalleryExpandParams

ToString()

Returns string representation for GalleryExpandParams

Operators

Equality(GalleryExpandParams, GalleryExpandParams)

Overriding == operator for enum GalleryExpandParams

Implicit(GalleryExpandParams to String)

Implicit operator to convert GalleryExpandParams to string

Implicit(String to GalleryExpandParams)

Implicit operator to convert string to GalleryExpandParams

Inequality(GalleryExpandParams, GalleryExpandParams)

Overriding != operator for enum GalleryExpandParams

Applies to