IDevCenterIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |
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 |
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. |
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) |