ExternalCloudProviderType 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.
public readonly struct ExternalCloudProviderType : IEquatable<Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType>
type ExternalCloudProviderType = struct
Public Structure ExternalCloudProviderType
Implements IEquatable(Of ExternalCloudProviderType)
- Inheritance
-
ExternalCloudProviderType
- Implements
Constructors
| Name | Description |
|---|---|
| ExternalCloudProviderType(String) |
Initializes a new instance of ExternalCloudProviderType. |
Properties
| Name | Description |
|---|---|
| ExternalBillingAccounts |
Gets the ExternalBillingAccounts. |
| ExternalSubscriptions |
Gets the ExternalSubscriptions. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ExternalCloudProviderType, ExternalCloudProviderType) |
Determines if two ExternalCloudProviderType values are the same. |
| Implicit(String to ExternalCloudProviderType) |
Converts a string to a ExternalCloudProviderType. |
| Implicit(String to Nullable<ExternalCloudProviderType>) | |
| Inequality(ExternalCloudProviderType, ExternalCloudProviderType) |
Determines if two ExternalCloudProviderType values are not the same. |