SchemaReferencesOperations interface
Rozhraní představující operace SchemaReferences.
Vlastnosti
| get | Získání referenčního prostředku schématu |
| list |
Seznam podle zadané skupiny prostředků |
Podrobnosti vlastnosti
get
Získání referenčního prostředku schématu
get: (resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>
Hodnota vlastnosti
(resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>
listByResourceGroup
Seznam podle zadané skupiny prostředků
listByResourceGroup: (resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>
Hodnota vlastnosti
(resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>