DevCenterIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.DevCenterIdentityTypeConverter))]
public class DevCenterIdentity : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.DevCenterIdentityTypeConverter))>]
type DevCenterIdentity = class
    interface IDevCenterIdentity
    interface IJsonSerializable
Public Class DevCenterIdentity
Implements IDevCenterIdentity
Inheritance
DevCenterIdentity
Attributes
Implements

Constructors

DevCenterIdentity()

Creates an new DevCenterIdentity instance.

Properties

AttachedNetworkConnectionName

The name of the attached NetworkConnection.

CatalogName

The name of the Catalog.

DevBoxDefinitionName

The name of the Dev Box definition.

DevCenterName

The name of the devcenter.

EnvironmentDefinitionName

The name of the Environment Definition.

EnvironmentTypeName

The name of the environment type.

GalleryName

The name of the gallery.

Id

Resource identity path

ImageName

The name of the image.

Location

The Azure region

NetworkConnectionName

Name of the Network Connection that can be applied to a Pool.

OperationId

The ID of an ongoing async operation

PoolName

Name of the pool.

ProjectName

The name of the project.

ResourceGroupName

The name of the resource group. The name is case insensitive.

ScheduleName

The name of the schedule that uniquely identifies it.

SubscriptionId

The ID of the target subscription.

TaskName

The name of the Task.

VersionName

The version of the image.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevCenterIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevCenterIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevCenterIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to