ArmCognitiveServicesModelFactory.CognitiveServicesWorkbenchProperties Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties CognitiveServicesWorkbenchProperties(string targetClusterId = default, string imageLink = default, string idleTimeBeforeShutdown = default, string datasetId = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeSshSettings sshSettings = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeConnectivityEndpoints connectivityEndpoints = default, string webEndpoint = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default, DateTimeOffset? createdOn = default);
static member CognitiveServicesWorkbenchProperties : string * string * string * string * Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeSshSettings * Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeConnectivityEndpoints * string * Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProvisioningState> * seq<Azure.ResponseError> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties
Public Shared Function CognitiveServicesWorkbenchProperties (Optional targetClusterId As String = Nothing, Optional imageLink As String = Nothing, Optional idleTimeBeforeShutdown As String = Nothing, Optional datasetId As String = Nothing, Optional sshSettings As CognitiveServicesComputeSshSettings = Nothing, Optional connectivityEndpoints As CognitiveServicesComputeConnectivityEndpoints = Nothing, Optional webEndpoint As String = Nothing, Optional provisioningState As Nullable(Of CognitiveServicesComputeProvisioningState) = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As CognitiveServicesWorkbenchProperties

Parameters

targetClusterId
String

ARM resource ID of the parent cluster that hosts this workbench.

imageLink
String

Container image URI (e.g., MCR or ACR image path) for the workbench.

idleTimeBeforeShutdown
String

ISO 8601 duration before the idle workbench is automatically shut down (e.g., 'PT30M').

datasetId
String

The dataset ID to mount for the workbench.

sshSettings
CognitiveServicesComputeSshSettings

SSH configuration for remote access to the workbench.

connectivityEndpoints
CognitiveServicesComputeConnectivityEndpoints

Network connectivity endpoints assigned to the workbench.

webEndpoint
String

The web endpoint URL for accessing the workbench.

provisioningState
Nullable<CognitiveServicesComputeProvisioningState>

Provisioning state of the workbench resource.

errors
IEnumerable<ResponseError>

Error details for the workbench resource.

createdOn
Nullable<DateTimeOffset>

Creation time of the workbench resource.

Returns

A new CognitiveServicesWorkbenchProperties instance for mocking.

Applies to