DevCenterWorkspaceStorageMode 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.
Indicates whether workspace storage is enabled.
public readonly struct DevCenterWorkspaceStorageMode : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterWorkspaceStorageMode>
type DevCenterWorkspaceStorageMode = struct
Public Structure DevCenterWorkspaceStorageMode
Implements IEquatable(Of DevCenterWorkspaceStorageMode)
- Inheritance
-
DevCenterWorkspaceStorageMode
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterWorkspaceStorageMode(String) |
Initializes a new instance of DevCenterWorkspaceStorageMode. |
Properties
| Name | Description |
|---|---|
| AutoDeploy |
Workspace storage is enabled and necessary resources will be automatically setup. |
| Disabled |
Workspace storage is disabled. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterWorkspaceStorageMode) |
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(DevCenterWorkspaceStorageMode, DevCenterWorkspaceStorageMode) |
Determines if two DevCenterWorkspaceStorageMode values are the same. |
| Implicit(String to DevCenterWorkspaceStorageMode) |
Converts a string to a DevCenterWorkspaceStorageMode. |
| Implicit(String to Nullable<DevCenterWorkspaceStorageMode>) | |
| Inequality(DevCenterWorkspaceStorageMode, DevCenterWorkspaceStorageMode) |
Determines if two DevCenterWorkspaceStorageMode values are not the same. |