Share via


IDevCenterIdentity Interface

Definition

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

Properties

Name Description
AttachedNetworkConnectionName

The name of the attached NetworkConnection.

BuildName

The ID of the Image Definition Build.

CatalogName

The name of the Catalog.

DevBoxDefinitionName

The name of the Dev Box definition.

DevCenterName

The name of the devcenter.

EncryptionSetName

The name of the devcenter encryption set.

EnvironmentDefinitionName

The name of the Environment Definition.

EnvironmentTypeName

The name of the environment type.

GalleryName

The name of the gallery.

Id

Resource identity path

ImageDefinitionName

The name of the Image Definition.

ImageName

The name of the image.

Location

The Azure region

MemberName

The name of a devcenter plan member.

NetworkConnectionName

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

OperationId

The ID of an ongoing async operation

PlanName

The name of the devcenter plan.

PoolName

Name of the pool.

ProjectName

The name of the project.

ProjectPolicyName

The name of the project policy.

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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to