Partager via


ConfigurationGroupSchemaCollection.GetIfExistsAsync Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/configurationGroupSchemas/{configurationGroupSchemaName}
  • IdConfigurationGroupSchemas_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ConfigurationGroupSchemaResource>> GetIfExistsAsync (string configurationGroupSchemaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ConfigurationGroupSchemaResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ConfigurationGroupSchemaResource>>
Public Overridable Function GetIfExistsAsync (configurationGroupSchemaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ConfigurationGroupSchemaResource))

Paramètres

configurationGroupSchemaName
String

Nom du schéma de groupe de configuration.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

configurationGroupSchemaName est une chaîne vide et devait être non vide.

configurationGroupSchemaName a la valeur null.

S’applique à