共用方式為


AutomanageHcrpConfigurationProfileAssignmentCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}
  • Operation Id: ConfigurationProfileHCRPAssignments_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>> GetIfExistsAsync (string configurationProfileAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>>
Public Overridable Function GetIfExistsAsync (configurationProfileAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AutomanageHcrpConfigurationProfileAssignmentResource))

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