Partager via


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

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