Freigeben über


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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to