AutomanageHciClusterConfigurationProfileAssignmentCollection.GetAsync 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 virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>> GetAsync (string configurationProfileAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>>
Public Overridable Function GetAsync (configurationProfileAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomanageHciClusterConfigurationProfileAssignmentResource))
Parameters
- configurationProfileAssignmentName
- String
The configuration profile assignment name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configurationProfileAssignmentName
is an empty string, and was expected to be non-empty.
configurationProfileAssignmentName
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET