ConfigurationGroupSchemas interface
表示 ConfigurationGroupSchemas 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)
创建或更新配置组架构。
function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
- parameters
- ConfigurationGroupSchema
提供给创建或更新配置组架构资源的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>
beginCreateOrUpdateAndWait(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)
创建或更新配置组架构。
function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<ConfigurationGroupSchema>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
- parameters
- ConfigurationGroupSchema
提供给创建或更新配置组架构资源的参数。
选项参数。
返回
Promise<ConfigurationGroupSchema>
beginDelete(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)
删除指定的配置组架构。
function beginDelete(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteHeaders>, ConfigurationGroupSchemasDeleteHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteHeaders>, ConfigurationGroupSchemasDeleteHeaders>>
beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)
删除指定的配置组架构。
function beginDeleteAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<ConfigurationGroupSchemasDeleteHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
选项参数。
返回
beginUpdateState(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)
更新配置组架构状态。
function beginUpdateState(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemaVersionUpdateState>, ConfigurationGroupSchemaVersionUpdateState>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
- parameters
- ConfigurationGroupSchemaVersionUpdateState
用于更新配置组架构状态的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchemaVersionUpdateState>, ConfigurationGroupSchemaVersionUpdateState>>
beginUpdateStateAndWait(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)
更新配置组架构状态。
function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<ConfigurationGroupSchemaVersionUpdateState>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
- parameters
- ConfigurationGroupSchemaVersionUpdateState
用于更新配置组架构状态的参数。
选项参数。
返回
get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)
获取有关指定配置组架构的信息。
function get(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasGetOptionalParams): Promise<ConfigurationGroupSchema>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
选项参数。
返回
Promise<ConfigurationGroupSchema>
listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)
获取发布者下配置组架构的信息。
function listByPublisher(resourceGroupName: string, publisherName: string, options?: ConfigurationGroupSchemasListByPublisherOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupSchema, ConfigurationGroupSchema[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
选项参数。
返回
update(string, string, string, TagsObject, ConfigurationGroupSchemasUpdateOptionalParams)
更新配置组架构资源。
function update(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: TagsObject, options?: ConfigurationGroupSchemasUpdateOptionalParams): Promise<ConfigurationGroupSchema>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- publisherName
-
string
发布者的名称。
- configurationGroupSchemaName
-
string
配置组架构的名称。
- parameters
- TagsObject
提供给创建或更新网络服务设计版本作的参数。
选项参数。
返回
Promise<ConfigurationGroupSchema>