SchemaVersionsOperations interface

Rozhraní představující operace SchemaVersions.

Vlastnosti

createOrUpdate

Vytvoření nebo aktualizace prostředku verze schématu

delete
get

Získání prostředku verze schématu

listBySchema

Seznam podle zadané skupiny prostředků

update

aktualizovat prostředek verze schématu

Podrobnosti vlastnosti

createOrUpdate

Vytvoření nebo aktualizace prostředku verze schématu

createOrUpdate: (resourceGroupName: string, schemaName: string, schemaVersionName: string, resource: SchemaVersion, options?: SchemaVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>

Hodnota vlastnosti

(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>

Hodnota vlastnosti

(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Získání prostředku verze schématu

get: (resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>

Hodnota vlastnosti

(resourceGroupName: string, schemaName: string, schemaVersionName: string, options?: SchemaVersionsGetOptionalParams) => Promise<SchemaVersion>

listBySchema

Seznam podle zadané skupiny prostředků

listBySchema: (resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, schemaName: string, options?: SchemaVersionsListBySchemaOptionalParams) => PagedAsyncIterableIterator<SchemaVersion, SchemaVersion[], PageSettings>

update

aktualizovat prostředek verze schématu

update: (resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>

Hodnota vlastnosti

(resourceGroupName: string, schemaName: string, schemaVersionName: string, properties: SchemaVersion, options?: SchemaVersionsUpdateOptionalParams) => Promise<SchemaVersion>