VMwareHostCollection.Get(String, CancellationToken) Method

Definition

Implements host GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/hosts/{hostName}
  • Operation Id: Hosts_Get
  • Default Api Version: 2023-12-01
  • Resource: VMwareHostResource
public virtual Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostResource> Get (string hostName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostResource>
Public Overridable Function Get (hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VMwareHostResource)

Parameters

hostName
String

Name of the host.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hostName is null.

Applies to