BackupStorageTypeState 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.
Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked.
public readonly struct BackupStorageTypeState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupStorageTypeState>
type BackupStorageTypeState = struct
Public Structure BackupStorageTypeState
Implements IEquatable(Of BackupStorageTypeState)
- Inheritance
-
BackupStorageTypeState
- Implements
Constructors
BackupStorageTypeState(String) |
Initializes a new instance of BackupStorageTypeState. |
Properties
Invalid |
Invalid. |
Locked |
Locked. |
Unlocked |
Unlocked. |
Methods
Equals(BackupStorageTypeState) |
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(BackupStorageTypeState, BackupStorageTypeState) |
Determines if two BackupStorageTypeState values are the same. |
Implicit(String to BackupStorageTypeState) |
Converts a string to a BackupStorageTypeState. |
Inequality(BackupStorageTypeState, BackupStorageTypeState) |
Determines if two BackupStorageTypeState values are not the same. |
Applies to
Azure SDK for .NET