你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDevCenterdataIdentity Interface

Definition

[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)

Applies to