IDevCenterdataIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.DevCenterdataIdentityTypeConverter))]
public interface IDevCenterdataIdentity : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.DevCenterdataIdentityTypeConverter))>]
type IDevCenterdataIdentity = interface
interface IJsonSerializable
Public Interface IDevCenterdataIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ActionName |
The name of an action that will take place on a Dev Box. |
CatalogName |
The name of the catalog |
CustomizationGroupName |
A customization group name. |
CustomizationTaskId |
A customization task ID. |
DefinitionName |
The name of the environment definition |
DevBoxName |
The name of a Dev Box. |
EnvironmentName |
The name of the environment. |
Id |
Resource identity path |
OperationId |
The id of the operation on a Dev Box. |
PoolName |
The name of a pool of Dev Boxes. |
ProjectName |
The DevCenter Project upon which to execute operations. |
ScheduleName |
The name of a schedule. |
TaskName |
A customization task name. |
UserId |
The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |