BlobInventoryPolicySchedule 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.
This is a required field. This field is used to schedule an inventory formation.
public readonly struct BlobInventoryPolicySchedule : IEquatable<Azure.ResourceManager.Storage.Models.BlobInventoryPolicySchedule>
type BlobInventoryPolicySchedule = struct
Public Structure BlobInventoryPolicySchedule
Implements IEquatable(Of BlobInventoryPolicySchedule)
- Inheritance
-
BlobInventoryPolicySchedule
- Implements
Constructors
BlobInventoryPolicySchedule(String) |
Initializes a new instance of BlobInventoryPolicySchedule. |
Properties
Daily |
Daily. |
Weekly |
Weekly. |
Methods
Equals(BlobInventoryPolicySchedule) |
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(BlobInventoryPolicySchedule, BlobInventoryPolicySchedule) |
Determines if two BlobInventoryPolicySchedule values are the same. |
Implicit(String to BlobInventoryPolicySchedule) |
Converts a string to a BlobInventoryPolicySchedule. |
Inequality(BlobInventoryPolicySchedule, BlobInventoryPolicySchedule) |
Determines if two BlobInventoryPolicySchedule values are not the same. |
Applies to
Azure SDK for .NET