Share via


VMwareDatastoreCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/datastores/{datastoreName}
  • Operation Id: Datastores_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareDatastoreResource> GetIfExists (string datastoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareDatastoreResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareDatastoreResource>
Public Overridable Function GetIfExists (datastoreName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of VMwareDatastoreResource)

Parameters

datastoreName
String

Name of the datastore.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

datastoreName is null.

Applies to