BlobBackupPatternType 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.
Pattern type. Only Prefix supported for now.
public readonly struct BlobBackupPatternType : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupPatternType>
type BlobBackupPatternType = struct
Public Structure BlobBackupPatternType
Implements IEquatable(Of BlobBackupPatternType)
- Inheritance
-
BlobBackupPatternType
- Implements
Constructors
| Name | Description |
|---|---|
| BlobBackupPatternType(String) |
Initializes a new instance of BlobBackupPatternType. |
Properties
| Name | Description |
|---|---|
| Prefix |
Gets the Prefix. |
Methods
| Name | Description |
|---|---|
| Equals(BlobBackupPatternType) |
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(BlobBackupPatternType, BlobBackupPatternType) |
Determines if two BlobBackupPatternType values are the same. |
| Implicit(String to BlobBackupPatternType) |
Converts a string to a BlobBackupPatternType. |
| Implicit(String to Nullable<BlobBackupPatternType>) | |
| Inequality(BlobBackupPatternType, BlobBackupPatternType) |
Determines if two BlobBackupPatternType values are not the same. |