Megosztás a következőn keresztül:


DevCenterProjectResource.GetProjectDevBoxDefinition Method

Definition

Gets a Dev Box definition configured for a project

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • Operation Id: DevBoxDefinitions_GetByProject
public virtual Azure.Response<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource> GetProjectDevBoxDefinition (string devBoxDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectDevBoxDefinition : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource>
override this.GetProjectDevBoxDefinition : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectDevBoxDefinitionResource>
Public Overridable Function GetProjectDevBoxDefinition (devBoxDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProjectDevBoxDefinitionResource)

Parameters

devBoxDefinitionName
String

The name of the Dev Box definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

devBoxDefinitionName is null.

devBoxDefinitionName is an empty string, and was expected to be non-empty.

Applies to