Condividi tramite


ObjectMetadata.GetMetadataByName(String) Metodo

Definizione

Eseguire una query per una voce in base al nome.

public:
 Microsoft::Azure::RemoteRendering::ObjectMetadataEntry ^ GetMetadataByName(System::String ^ name);
public Microsoft.Azure.RemoteRendering.ObjectMetadataEntry GetMetadataByName (string name);
member this.GetMetadataByName : string -> Microsoft.Azure.RemoteRendering.ObjectMetadataEntry
Public Function GetMetadataByName (name As String) As ObjectMetadataEntry

Parametri

name
String

Nome della voce da cercare.

Restituisce

Commenti

Se non esistono metadati del nome richiesto, si verifica un InvalidParam errore.

Si applica a