PublisherResource.GetConfigurationGroupSchemaAsync 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>> GetConfigurationGroupSchemaAsync (string configurationGroupSchemaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfigurationGroupSchemaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ConfigurationGroupSchemaResource>>
override this.GetConfigurationGroupSchemaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ConfigurationGroupSchemaResource>>
Public Overridable Function GetConfigurationGroupSchemaAsync (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 null.

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

Applies to