LocalAdministratorStatus 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 owners of Dev Boxes in a pool are local administrators on the Dev Boxes.
public readonly struct LocalAdministratorStatus : IEquatable<Azure.Developer.DevCenter.Models.LocalAdministratorStatus>
type LocalAdministratorStatus = struct
Public Structure LocalAdministratorStatus
Implements IEquatable(Of LocalAdministratorStatus)
- Inheritance
-
LocalAdministratorStatus
- Implements
Constructors
LocalAdministratorStatus(String) |
Initializes a new instance of LocalAdministratorStatus. |
Properties
Disabled |
Owners of Dev Boxes in the pool are not local administrators on the Dev Boxes. |
Enabled |
Owners of Dev Boxes in the pool are local administrators on the Dev Boxes. |
Methods
Equals(LocalAdministratorStatus) |
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(LocalAdministratorStatus, LocalAdministratorStatus) |
Determines if two LocalAdministratorStatus values are the same. |
Implicit(String to LocalAdministratorStatus) |
Converts a string to a LocalAdministratorStatus. |
Inequality(LocalAdministratorStatus, LocalAdministratorStatus) |
Determines if two LocalAdministratorStatus values are not the same. |
Applies to
Azure SDK for .NET