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>