AutomanageExtensions.GetAutomanageHcrpConfigurationProfileAssignment Method

Definition

Get information about a configuration profile assignment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}
  • Operation Id: ConfigurationProfileHCRPAssignments_Get
public static Azure.Response<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource> GetAutomanageHcrpConfigurationProfileAssignment (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string configurationProfileAssignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAutomanageHcrpConfigurationProfileAssignment : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>
<Extension()>
Public Function GetAutomanageHcrpConfigurationProfileAssignment (client As ArmClient, scope As ResourceIdentifier, configurationProfileAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomanageHcrpConfigurationProfileAssignmentResource)

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.HybridCompute/machines.

configurationProfileAssignmentName
String

The configuration profile assignment name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or configurationProfileAssignmentName is null.

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

Applies to