GuestConfigurationExtensions.GetGuestConfigurationVmssAssignment Method

Definition

Get information about a guest configuration assignment for VMSS

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{name}
  • Operation Id: GuestConfigurationAssignmentsVMSS_Get
public static Azure.Response<Azure.ResourceManager.GuestConfiguration.GuestConfigurationVmssAssignmentResource> GetGuestConfigurationVmssAssignment (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetGuestConfigurationVmssAssignment : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.GuestConfiguration.GuestConfigurationVmssAssignmentResource>
<Extension()>
Public Function GetGuestConfigurationVmssAssignment (client As ArmClient, scope As ResourceIdentifier, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GuestConfigurationVmssAssignmentResource)

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against. Expected resource type includes the following: Microsoft.Compute/virtualMachineScaleSets.

name
String

The guest configuration assignment name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or name is null.

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

Applies to