Freigeben über


PublicCloudConnectorSolutionTypeCollection.GetAsync Method

Definition

Get a SolutionTypeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/solutionTypes/{solutionType}
  • Operation Id: SolutionTypeResource_Get
  • Default Api Version: 2024-12-01
  • Resource: PublicCloudConnectorSolutionTypeResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.PublicCloudConnectorSolutionTypeResource>> GetAsync(string solutionType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.PublicCloudConnectorSolutionTypeResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.PublicCloudConnectorSolutionTypeResource>>
Public Overridable Function GetAsync (solutionType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PublicCloudConnectorSolutionTypeResource))

Parameters

solutionType
String

Solution Type resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

solutionType is null.

Applies to