ProjectAbilityAsAdmin 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.
An ability the user has to perform an action on the project as an admin.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ProjectAbilityAsAdminTypeConverter))]
public struct ProjectAbilityAsAdmin : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ProjectAbilityAsAdmin>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ProjectAbilityAsAdminTypeConverter))>]
type ProjectAbilityAsAdmin = struct
interface IArgumentCompleter
Public Structure ProjectAbilityAsAdmin
Implements IArgumentCompleter, IEquatable(Of ProjectAbilityAsAdmin)
- Inheritance
-
ProjectAbilityAsAdmin
- Attributes
- Implements
Fields
DeleteDevBoxes |
User can delete dev boxes. |
DeleteEnvironments |
User can delete environments. |
ManageEnvironmentActions |
User can delay and skip actions on environments. |
ReadDevBoxes |
User can read dev boxes. |
ReadEnvironmentActions |
User can read actions on environments. |
ReadEnvironmentOutputs |
User can read outputs on environments. |
ReadEnvironments |
User can read environments. |
StartDevBoxes |
User can start dev boxes. |
StopDevBoxes |
User can stop dev boxes. |
WriteDevBoxes |
User can create dev boxes. |
WriteEnvironments |
User can create new environments or replace and update existing ones. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ProjectAbilityAsAdmin (override for Object) |
Equals(ProjectAbilityAsAdmin) |
Compares values of enum type ProjectAbilityAsAdmin |
GetHashCode() |
Returns hashCode for enum ProjectAbilityAsAdmin |
ToString() |
Returns string representation for ProjectAbilityAsAdmin |
Operators
Equality(ProjectAbilityAsAdmin, ProjectAbilityAsAdmin) |
Overriding == operator for enum ProjectAbilityAsAdmin |
Implicit(ProjectAbilityAsAdmin to String) |
Implicit operator to convert ProjectAbilityAsAdmin to string |
Implicit(String to ProjectAbilityAsAdmin) |
Implicit operator to convert string to ProjectAbilityAsAdmin |
Inequality(ProjectAbilityAsAdmin, ProjectAbilityAsAdmin) |
Overriding != operator for enum ProjectAbilityAsAdmin |