SchemaVersionsOperations interface
表示 SchemaVersions作的接口。
属性
| create |
创建或更新架构版本资源 |
| delete | |
| get | 获取架构版本资源 |
| list |
按指定资源组列出 |
| update | 更新架构版本资源 |
属性详细信息
createOrUpdate
创建或更新架构版本资源
createOrUpdate: (resourceGroupName: string, schemaName: string, schemaVersionName: string, resource: SchemaVersion, options?: SchemaVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>
属性值
(resourceGroupName: string, schemaName: string, schemaVersionName: string, resource: SchemaVersion, options?: SchemaVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>
delete
delete: (resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
获取架构版本资源
get: (resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>
属性值
(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>
listBySchema
按指定资源组列出
listBySchema: (resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>
属性值
(resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>
update
更新架构版本资源
update: (resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>
属性值
(resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>