DevCenterIdentity Class
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 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. |
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
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. |