次の方法で共有


SharingProfileGroupTypes Struct

Definition

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

Fields

AadTenants
Subscriptions

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

Equals(SharingProfileGroupTypes)

Compares values of enum type SharingProfileGroupTypes

GetHashCode()

Returns hashCode for enum SharingProfileGroupTypes

ToString()

Returns string representation for SharingProfileGroupTypes

Operators

Equality(SharingProfileGroupTypes, SharingProfileGroupTypes)

Overriding == operator for enum SharingProfileGroupTypes

Implicit(SharingProfileGroupTypes to String)

Implicit operator to convert SharingProfileGroupTypes to string

Implicit(String to SharingProfileGroupTypes)

Implicit operator to convert string to SharingProfileGroupTypes

Inequality(SharingProfileGroupTypes, SharingProfileGroupTypes)

Overriding != operator for enum SharingProfileGroupTypes

Applies to