GuestConfigurationExtensions.GetGuestConfigurationVMwarevSphereAssignmentAsync Method

Definition

Get information about a guest configuration assignment <item> Mocking. To mock this method, please mock GetGuestConfigurationVMwarevSphereAssignmentAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.GuestConfiguration.GuestConfigurationVMwarevSphereAssignmentResource>> GetGuestConfigurationVMwarevSphereAssignmentAsync(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string guestConfigurationAssignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetGuestConfigurationVMwarevSphereAssignmentAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.GuestConfiguration.GuestConfigurationVMwarevSphereAssignmentResource>>
<Extension()>
Public Function GetGuestConfigurationVMwarevSphereAssignmentAsync (client As ArmClient, scope As ResourceIdentifier, guestConfigurationAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GuestConfigurationVMwarevSphereAssignmentResource))

Parameters

client
ArmClient

The ArmClient the method will execute against.

scope
ResourceIdentifier

The scope of the resource collection to get.

guestConfigurationAssignmentName
String

The guest configuration assignment name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

client is null.

Applies to