Megosztás a következőn keresztül:


ExternalCloudProviderType Struct

Definition

Argument completer implementation for ExternalCloudProviderType.

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

Fields

ExternalBillingAccounts
ExternalSubscriptions

Methods

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

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

Equals(ExternalCloudProviderType)

Compares values of enum type ExternalCloudProviderType

Equals(Object)

Compares values of enum type ExternalCloudProviderType (override for Object)

GetHashCode()

Returns hashCode for enum ExternalCloudProviderType

ToString()

Returns string representation for ExternalCloudProviderType

Operators

Equality(ExternalCloudProviderType, ExternalCloudProviderType)

Overriding == operator for enum ExternalCloudProviderType

Implicit(ExternalCloudProviderType to String)

Implicit operator to convert ExternalCloudProviderType to string

Implicit(String to ExternalCloudProviderType)

Implicit operator to convert string to ExternalCloudProviderType

Inequality(ExternalCloudProviderType, ExternalCloudProviderType)

Overriding != operator for enum ExternalCloudProviderType

Applies to