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

ComputeInstanceProperties Class

Definition

Compute Instance properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstancePropertiesTypeConverter))]
public class ComputeInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstancePropertiesTypeConverter))>]
type ComputeInstanceProperties = class
    interface IComputeInstanceProperties
    interface IJsonSerializable
Public Class ComputeInstanceProperties
Implements IComputeInstanceProperties
Inheritance
ComputeInstanceProperties
Attributes
Implements

Constructors

ComputeInstanceProperties()

Creates an new ComputeInstanceProperties instance.

Properties

Application

Describes available applications and their endpoints on this ComputeInstance.

ApplicationSharingPolicy

Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.

AssignedUserObjectId

User’s AAD Object Id.

AssignedUserTenantId

User’s AAD Tenant Id.

ComputeInstanceAuthorizationType

The Compute Instance Authorization type. Available values are personal (default).

ConnectivityEndpointPrivateIPAddress

Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).

ConnectivityEndpointPublicIPAddress

Public IP Address of this ComputeInstance.

Container

Describes informations of containers on this ComputeInstance.

CreatedByUserId

Uniquely identifies the user within his/her organization.

CreatedByUserName

Name of the user.

CreatedByUserOrgId

Uniquely identifies user' Azure Active Directory organization.

CreationScriptArgument

Optional command line arguments passed to the script to run.

CreationScriptData

The location of scripts in the mounted volume.

CreationScriptSource

The storage source of the script: inline, workspace.

CreationScriptTimeout

Optional time period passed to timeout command.

DataDisk

Describes informations of dataDisks on this ComputeInstance.

DataMount

Describes informations of dataMounts on this ComputeInstance.

EnableNodePublicIP

Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.

Error

Collection of errors encountered on this ComputeInstance.

LastOperationName

Name of the last operation.

LastOperationStatus

Operation status.

LastOperationTime

Time of the last operation.

LastOperationTrigger

Trigger of operation.

ScheduleComputeStartStop

The list of compute start stop schedules to be applied.

SshSettingAdminPublicKey

Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.

SshSettingAdminUserName

Describes the admin user name.

SshSettingSshPort

Describes the port for connecting through SSH.

SshSettingSshPublicAccess

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

StartupScriptArgument

Optional command line arguments passed to the script to run.

StartupScriptData

The location of scripts in the mounted volume.

StartupScriptSource

The storage source of the script: inline, workspace.

StartupScriptTimeout

Optional time period passed to timeout command.

State

The current state of this ComputeInstance.

SubnetId

The ID of the resource

VersionRuntime

Runtime of compute instance.

VMSize

Virtual Machine Size

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeInstanceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceProperties.

FromJsonString(String)

Creates a new instance of ComputeInstanceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to