Share via


ConfigurationGroupSchemaCollection.GetAsync(String, CancellationToken) Method

Definition

Gets information about the specified configuration group schema.

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

Parameters

configurationGroupSchemaName
String

The name of the configuration group schema.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

configurationGroupSchemaName is null.

Applies to