Share via


VMwareVCenterResource.Get(CancellationToken) Method

Definition

Implements vCenter GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • Operation Id: VCenters_Get
public virtual Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of VMwareVCenterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to