AutomanageConfigurationProfileVersionCollection.GetAsync Method

Definition

Get information about a configuration profile version

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

Parameters

versionName
String

The configuration profile version name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

versionName is null.

Applies to