DataOverwriteBehaviorType 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.
Allow customers to select overwrite data(OverwritePreviousReport) for exports. This setting will enable overwrite data for the same month in customer storage account. By default set to CreateNewReport.
public readonly struct DataOverwriteBehaviorType : IEquatable<Azure.ResourceManager.CostManagement.Models.DataOverwriteBehaviorType>
type DataOverwriteBehaviorType = struct
Public Structure DataOverwriteBehaviorType
Implements IEquatable(Of DataOverwriteBehaviorType)
- Inheritance
-
DataOverwriteBehaviorType
- Implements
Constructors
| Name | Description |
|---|---|
| DataOverwriteBehaviorType(String) |
Initializes a new instance of DataOverwriteBehaviorType. |
Properties
| Name | Description |
|---|---|
| CreateNewReport |
Gets the CreateNewReport. |
| OverwritePreviousReport |
Gets the OverwritePreviousReport. |
Methods
| Name | Description |
|---|---|
| Equals(DataOverwriteBehaviorType) |
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(DataOverwriteBehaviorType, DataOverwriteBehaviorType) |
Determines if two DataOverwriteBehaviorType values are the same. |
| Implicit(String to DataOverwriteBehaviorType) |
Converts a string to a DataOverwriteBehaviorType. |
| Implicit(String to Nullable<DataOverwriteBehaviorType>) | |
| Inequality(DataOverwriteBehaviorType, DataOverwriteBehaviorType) |
Determines if two DataOverwriteBehaviorType values are not the same. |