BlobBackupPatternType Struct

Definition

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.

Applies to