Share via


AutomanageVmConfigurationProfileAssignmentCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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