ListCustomizationGroupsIncludeProperty 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 ListCustomizationGroupsIncludeProperty.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ListCustomizationGroupsIncludePropertyTypeConverter))]
public struct ListCustomizationGroupsIncludeProperty : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ListCustomizationGroupsIncludeProperty>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ListCustomizationGroupsIncludePropertyTypeConverter))>]
type ListCustomizationGroupsIncludeProperty = struct
interface IArgumentCompleter
Public Structure ListCustomizationGroupsIncludeProperty
Implements IArgumentCompleter, IEquatable(Of ListCustomizationGroupsIncludeProperty)
- Inheritance
-
ListCustomizationGroupsIncludeProperty
- Attributes
- Implements
Fields
Tasks |
Include list of tasks in the response. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ListCustomizationGroupsIncludeProperty) |
Compares values of enum type ListCustomizationGroupsIncludeProperty |
Equals(Object) |
Compares values of enum type ListCustomizationGroupsIncludeProperty (override for Object) |
GetHashCode() |
Returns hashCode for enum ListCustomizationGroupsIncludeProperty |
ToString() |
Returns string representation for ListCustomizationGroupsIncludeProperty |
Operators
Equality(ListCustomizationGroupsIncludeProperty, ListCustomizationGroupsIncludeProperty) |
Overriding == operator for enum ListCustomizationGroupsIncludeProperty |
Implicit(ListCustomizationGroupsIncludeProperty to String) |
Implicit operator to convert ListCustomizationGroupsIncludeProperty to string |
Implicit(String to ListCustomizationGroupsIncludeProperty) |
Implicit operator to convert string to ListCustomizationGroupsIncludeProperty |
Inequality(ListCustomizationGroupsIncludeProperty, ListCustomizationGroupsIncludeProperty) |
Overriding != operator for enum ListCustomizationGroupsIncludeProperty |