SchemaVersionsOperations interface
Interface representing a SchemaVersions operations.
Properties
| create |
Create or update a Schema Version Resource |
| delete | |
| get | Get a Schema Version Resource |
| list |
List by specified resource group |
| update | update a Schema Version Resource |
Property Details
createOrUpdate
Create or update a Schema Version Resource
createOrUpdate: (resourceGroupName: string, schemaName: string, schemaVersionName: string, resource: SchemaVersion, options?: SchemaVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>
Property Value
(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>
Property Value
(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Schema Version Resource
get: (resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>
Property Value
(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>
listBySchema
List by specified resource group
listBySchema: (resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>
Property Value
(resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>
update
update a Schema Version Resource
update: (resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>
Property Value
(resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>