Share via


AllowedEnvironmentTypeCollection.Get(String, 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 (string environmentTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.AllowedEnvironmentTypeResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.AllowedEnvironmentTypeResource>
Public Overridable Function Get (environmentTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AllowedEnvironmentTypeResource)

Parameters

environmentTypeName
String

The name of the environment type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

environmentTypeName is null.

Applies to