AutomanageExtensions.GetAutomanageHciClusterConfigurationProfileAssignment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get information about a configuration profile assignment
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}
- Operation Id: ConfigurationProfileHCIAssignments_Get
public static Azure.Response<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource> GetAutomanageHciClusterConfigurationProfileAssignment (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string configurationProfileAssignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAutomanageHciClusterConfigurationProfileAssignment : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>
<Extension()>
Public Function GetAutomanageHciClusterConfigurationProfileAssignment (client As ArmClient, scope As ResourceIdentifier, configurationProfileAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomanageHciClusterConfigurationProfileAssignmentResource)
Parameters
- scope
- ResourceIdentifier
The scope that the resource will apply against. Expected resource type includes the following: Microsoft.AzureStackHci/clusters.
- 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
Azure SDK for .NET