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

DevCenterdataIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.DevCenterdataIdentityTypeConverter))]
public class DevCenterdataIdentity : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.DevCenterdataIdentityTypeConverter))>]
type DevCenterdataIdentity = class
    interface IDevCenterdataIdentity
    interface IJsonSerializable
Public Class DevCenterdataIdentity
Implements IDevCenterdataIdentity
Inheritance
DevCenterdataIdentity
Attributes
Implements

Constructors

DevCenterdataIdentity()

Creates an new DevCenterdataIdentity instance.

Properties

ActionName

The name of the action.

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

OperationId

Unique identifier for the Dev Box operation.

PoolName

Pool name.

ProjectName

Name of the project.

ScheduleName

Display name for the Schedule.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevCenterdataIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevCenterdataIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity.

FromJsonString(String)

Creates a new instance of DevCenterdataIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevCenterdataIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to