Delen via


IAmlCompute Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlComputeTypeConverter))]
public interface IAmlCompute : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlComputeSchema, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICompute
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlComputeTypeConverter))>]
type IAmlCompute = interface
    interface IJsonSerializable
    interface ICompute
    interface IAmlComputeSchema
Public Interface IAmlCompute
Implements IAmlComputeSchema, ICompute
Derived
Attributes
Implements

Properties

AllocationState (Inherited from IAmlComputeSchema)
AllocationStateTransitionTime (Inherited from IAmlComputeSchema)
CreatedOn (Inherited from ICompute)
CurrentNodeCount (Inherited from IAmlComputeSchema)
Description (Inherited from ICompute)
DisableLocalAuth (Inherited from ICompute)
EnableNodePublicIP (Inherited from IAmlComputeSchema)
Error (Inherited from IAmlComputeSchema)
IsAttachedCompute (Inherited from ICompute)
IsolatedNetwork (Inherited from IAmlComputeSchema)
Location (Inherited from ICompute)
ModifiedOn (Inherited from ICompute)
NodeStateCountIdleNodeCount (Inherited from IAmlComputeSchema)
NodeStateCountLeavingNodeCount (Inherited from IAmlComputeSchema)
NodeStateCountPreemptedNodeCount (Inherited from IAmlComputeSchema)
NodeStateCountPreparingNodeCount (Inherited from IAmlComputeSchema)
NodeStateCountRunningNodeCount (Inherited from IAmlComputeSchema)
NodeStateCountUnusableNodeCount (Inherited from IAmlComputeSchema)
OSType (Inherited from IAmlComputeSchema)
PropertyBag (Inherited from IAmlComputeSchema)
ProvisioningError (Inherited from ICompute)
ProvisioningState (Inherited from ICompute)
RemoteLoginPortPublicAccess (Inherited from IAmlComputeSchema)
ResourceId (Inherited from ICompute)
ScaleSettingMaxNodeCount (Inherited from IAmlComputeSchema)
ScaleSettingMinNodeCount (Inherited from IAmlComputeSchema)
ScaleSettingNodeIdleTimeBeforeScaleDown (Inherited from IAmlComputeSchema)
SubnetId (Inherited from IAmlComputeSchema)
TargetNodeCount (Inherited from IAmlComputeSchema)
Type (Inherited from ICompute)
UserAccountCredentialsAdminUserName (Inherited from IAmlComputeSchema)
UserAccountCredentialsAdminUserPassword (Inherited from IAmlComputeSchema)
UserAccountCredentialsAdminUserSshPublicKey (Inherited from IAmlComputeSchema)
VirtualMachineImageId (Inherited from IAmlComputeSchema)
VMPriority (Inherited from IAmlComputeSchema)
VMSize (Inherited from IAmlComputeSchema)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to