Share via


AutomanageConfigurationProfileCollection.GetAsync Method

Definition

Get information about a configuration profile

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automanage/configurationProfiles/{configurationProfileName}
  • Operation Id: ConfigurationProfiles_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageConfigurationProfileResource>> GetAsync (string configurationProfileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageConfigurationProfileResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageConfigurationProfileResource>>
Public Overridable Function GetAsync (configurationProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomanageConfigurationProfileResource))

Parameters

configurationProfileName
String

The configuration profile name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

configurationProfileName is an empty string, and was expected to be non-empty.

configurationProfileName is null.

Applies to