ConfigurationStores interface
表示 ConfigurationStores 的接口。
方法
方法详细信息
beginCreate(string, string, ConfigurationStore, ConfigurationStoresCreateOptionalParams)
使用指定的参数创建配置存储。
function beginCreate(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
- configStoreCreationParameters
- ConfigurationStore
用于创建配置存储的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>
beginCreateAndWait(string, string, ConfigurationStore, ConfigurationStoresCreateOptionalParams)
使用指定的参数创建配置存储。
function beginCreateAndWait(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<ConfigurationStore>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
- configStoreCreationParameters
- ConfigurationStore
用于创建配置存储的参数。
选项参数。
返回
Promise<ConfigurationStore>
beginDelete(string, string, ConfigurationStoresDeleteOptionalParams)
删除配置存储。
function beginDelete(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ConfigurationStoresDeleteOptionalParams)
删除配置存储。
function beginDeleteAndWait(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<void>
beginPurgeDeleted(string, string, ConfigurationStoresPurgeDeletedOptionalParams)
永久删除指定的配置存储区。
function beginPurgeDeleted(___location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- ___location
-
string
将验证唯一性的位置。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginPurgeDeletedAndWait(string, string, ConfigurationStoresPurgeDeletedOptionalParams)
永久删除指定的配置存储区。
function beginPurgeDeletedAndWait(___location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<void>
参数
- ___location
-
string
将验证唯一性的位置。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<void>
beginUpdate(string, string, ConfigurationStoreUpdateParameters, ConfigurationStoresUpdateOptionalParams)
使用指定的参数更新配置存储。
function beginUpdate(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
- configStoreUpdateParameters
- ConfigurationStoreUpdateParameters
用于更新配置存储的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>
beginUpdateAndWait(string, string, ConfigurationStoreUpdateParameters, ConfigurationStoresUpdateOptionalParams)
使用指定的参数更新配置存储。
function beginUpdateAndWait(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<ConfigurationStore>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
- configStoreUpdateParameters
- ConfigurationStoreUpdateParameters
用于更新配置存储的参数。
选项参数。
返回
Promise<ConfigurationStore>
get(string, string, ConfigurationStoresGetOptionalParams)
获取指定配置存储区的属性。
function get(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams): Promise<ConfigurationStore>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<ConfigurationStore>
getDeleted(string, string, ConfigurationStoresGetDeletedOptionalParams)
获取已删除的 Azure 应用配置存储。
function getDeleted(___location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams): Promise<DeletedConfigurationStore>
参数
- ___location
-
string
将验证唯一性的位置。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
Promise<DeletedConfigurationStore>
list(ConfigurationStoresListOptionalParams)
列出给定订阅的配置存储区。
function list(options?: ConfigurationStoresListOptionalParams): PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>
参数
选项参数。
返回
listByResourceGroup(string, ConfigurationStoresListByResourceGroupOptionalParams)
列出给定资源组的配置存储。
function listByResourceGroup(resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
选项参数。
返回
listDeleted(ConfigurationStoresListDeletedOptionalParams)
获取有关订阅中已删除的配置存储的信息。
function listDeleted(options?: ConfigurationStoresListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedConfigurationStore, DeletedConfigurationStore[], PageSettings>
参数
选项参数。
返回
listKeys(string, string, ConfigurationStoresListKeysOptionalParams)
列出指定配置存储的访问密钥。
function listKeys(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams): PagedAsyncIterableIterator<ApiKey, ApiKey[], PageSettings>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
选项参数。
返回
regenerateKey(string, string, RegenerateKeyParameters, ConfigurationStoresRegenerateKeyOptionalParams)
重新生成指定配置存储的访问密钥。
function regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams): Promise<ApiKey>
参数
- resourceGroupName
-
string
容器注册表所属的资源组的名称。
- configStoreName
-
string
配置存储区的名称。
- regenerateKeyParameters
- RegenerateKeyParameters
用于重新生成访问密钥的参数。
选项参数。
返回
Promise<ApiKey>