Udostępnij za pośrednictwem


AutomanageConfigurationProfileResource.GetAutomanageConfigurationProfileVersionAsync 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>> GetAutomanageConfigurationProfileVersionAsync (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomanageConfigurationProfileVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageConfigurationProfileVersionResource>>
override this.GetAutomanageConfigurationProfileVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automanage.AutomanageConfigurationProfileVersionResource>>
Public Overridable Function GetAutomanageConfigurationProfileVersionAsync (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 null.

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

Applies to