Share via


AllowedEnvironmentTypeResource.Get(CancellationToken) Method

Definition

Gets an allowed environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/allowedEnvironmentTypes/{environmentTypeName}
  • Operation Id: ProjectAllowedEnvironmentTypes_Get
public virtual Azure.Response<Azure.ResourceManager.DevCenter.AllowedEnvironmentTypeResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.AllowedEnvironmentTypeResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.AllowedEnvironmentTypeResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AllowedEnvironmentTypeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to