你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SchemaReferencesOperations interface

表示 SchemaReferences作的接口。

属性

get

获取架构参考资源

listByResourceGroup

按指定资源组列出

属性详细信息

get

获取架构参考资源

get: (resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>

属性值

(resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>

listByResourceGroup

按指定资源组列出

listByResourceGroup: (resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>

属性值

(resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>