GalleryExpandParams 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.
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 |