HybridConnectivityExtensions.GetPublicCloudConnectorSolutionType Method

Definition

Get a SolutionTypeResource <item> Mocking. To mock this method, please mock GetPublicCloudConnectorSolutionType(String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.HybridConnectivity.PublicCloudConnectorSolutionTypeResource> GetPublicCloudConnectorSolutionType(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string solutionType, System.Threading.CancellationToken cancellationToken = default);
static member GetPublicCloudConnectorSolutionType : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.PublicCloudConnectorSolutionTypeResource>
<Extension()>
Public Function GetPublicCloudConnectorSolutionType (resourceGroupResource As ResourceGroupResource, solutionType As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PublicCloudConnectorSolutionTypeResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

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.

resourceGroupResource is null.

Applies to