Freigeben über


AdvisorExtensions.GetMetadataEntityAsync Methode

Definition

Ruft die Metadatenentität ab.

  • Anforderungspfad/providers/Microsoft.Advisor/metadata/{name}
  • Vorgang IdRecommendationMetadata_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Advisor.MetadataEntityResource>> GetMetadataEntityAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetMetadataEntityAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Advisor.MetadataEntityResource>>
<Extension()>
Public Function GetMetadataEntityAsync (tenantResource As TenantResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MetadataEntityResource))

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

name
String

Name der Metadatenentität.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

name ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

name ist NULL.

Gilt für: