你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILabServicesIdentity Interface

Definition

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

Properties

Name Description
Id

Resource identity path

ImageName

The image name.

LabName

The name of the lab that uniquely identifies it within containing lab account. Used in resource URIs.

LabPlanName

The name of the lab plan that uniquely identifies it within containing resource group. Used in resource URIs and in UI.

OperationResultId

The operation result ID / name.

ResourceGroupName

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

ScheduleName

The name of the schedule that uniquely identifies it within containing lab. Used in resource URIs.

SubscriptionId

The ID of the target subscription.

UserName

The name of the user that uniquely identifies it within containing lab. Used in resource URIs.

VirtualMachineName

The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs.

Methods

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

Applies to