通过


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

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

Name Description
ExternalBillingAccounts
ExternalSubscriptions

Methods

Name Description
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

Name Description
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