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
| Name | Description |
|---|---|
| ActionName |
The name of the action. |
| AddOnName |
Name of the dev box addon. |
| CatalogName |
Name of the catalog. |
| CustomizationGroupName |
Name of the customization group. |
| CustomizationTaskId |
A customization task ID. |
| DefinitionName |
Name of the environment definition. |
| DevBoxName |
Display name for the Dev Box. |
| EnvironmentName |
Environment name. |
| EnvironmentTypeName |
Name of the environment type. |
| Id |
Resource identity path |
| ImageBuildLogId |
An imaging build log id. |
| OperationId |
Unique identifier for the Dev Box operation. |
| PoolName |
Pool name. |
| ProjectName |
Name of the project. |
| ScheduleName |
Display name for the Schedule. |
| SnapshotId |
The id of the snapshot. Should be treated as opaque string. |
| TaskName |
Full name of the task: {catalogName}/{taskName}. |
| UserId |
The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |