Share via


ApiCenterEnvironmentResource.Get(CancellationToken) Method

Definition

Returns details of the environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}/workspaces/{workspaceName}/environments/{environmentName}
  • Operation Id: Environments_Get
  • Default Api Version: 2024-03-01
  • Resource: ApiCenterEnvironmentResource
public virtual Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiCenterEnvironmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to