Share via


AutomanageHcrpConfigurationProfileAssignmentCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource> GetIfExists (string configurationProfileAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentResource>
Public Overridable Function GetIfExists (configurationProfileAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As 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