共用方式為


ConfigurationGroupSchemas interface

表示 ConfigurationGroupSchemas 的介面。

方法

beginCreateOrUpdate(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

建立或更新組態群組架構。

beginCreateOrUpdateAndWait(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

建立或更新組態群組架構。

beginDelete(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

刪除指定的組態群組架構。

beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

刪除指定的組態群組架構。

beginUpdateState(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

更新組態群組架構狀態。

beginUpdateStateAndWait(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

更新組態群組架構狀態。

get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)

取得指定組態群組架構的相關資訊。

listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)

取得發行者下組態群組架構的資訊。

update(string, string, string, TagsObject, ConfigurationGroupSchemasUpdateOptionalParams)

匯報組態群組架構資源。

方法詳細資料

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

提供給建立或更新組態群組架構資源的參數。

傳回

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

組態群組架構的名稱。

傳回

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

提供以更新組態群組架構狀態的參數。

傳回

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

組態群組架構的名稱。

傳回

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

提供給建立或更新網路服務設計版本作業的參數。

傳回