Share via


ExternalCloudProviderType Struct

Definition

The ExternalCloudProviderType.

public readonly struct ExternalCloudProviderType : IEquatable<Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType>
type ExternalCloudProviderType = struct
Public Structure ExternalCloudProviderType
Implements IEquatable(Of ExternalCloudProviderType)
Inheritance
ExternalCloudProviderType
Implements

Constructors

ExternalCloudProviderType(String)

Initializes a new instance of ExternalCloudProviderType.

Properties

ExternalBillingAccounts

externalBillingAccounts.

ExternalSubscriptions

externalSubscriptions.

Methods

Equals(ExternalCloudProviderType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ExternalCloudProviderType, ExternalCloudProviderType)

Determines if two ExternalCloudProviderType values are the same.

Implicit(String to ExternalCloudProviderType)

Converts a string to a ExternalCloudProviderType.

Inequality(ExternalCloudProviderType, ExternalCloudProviderType)

Determines if two ExternalCloudProviderType values are not the same.

Applies to