DestinationType 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.
The export delivery destination type. Currently only 'AzureBlob' is supported.
public readonly struct DestinationType : IEquatable<Azure.ResourceManager.CostManagement.Models.DestinationType>
type DestinationType = struct
Public Structure DestinationType
Implements IEquatable(Of DestinationType)
- Inheritance
-
DestinationType
- Implements
Constructors
| Name | Description |
|---|---|
| DestinationType(String) |
Initializes a new instance of DestinationType. |
Properties
| Name | Description |
|---|---|
| AzureBlob |
Gets the AzureBlob. |
Methods
| Name | Description |
|---|---|
| Equals(DestinationType) |
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(DestinationType, DestinationType) |
Determines if two DestinationType values are the same. |
| Implicit(String to DestinationType) |
Converts a string to a DestinationType. |
| Implicit(String to Nullable<DestinationType>) | |
| Inequality(DestinationType, DestinationType) |
Determines if two DestinationType values are not the same. |