次の方法で共有


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

構成グループの作成または更新スキーマ リソースに指定されたパラメーター。

options
ConfigurationGroupSchemasCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

構成グループの作成または更新スキーマ リソースに指定されたパラメーター。

options
ConfigurationGroupSchemasCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

構成グループ スキーマの名前。

options
ConfigurationGroupSchemasDeleteOptionalParams

options パラメーター。

戻り値

beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

指定した構成グループ スキーマを削除します。

function beginDeleteAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<ConfigurationGroupSchemasDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

configurationGroupSchemaName

string

構成グループ スキーマの名前。

options
ConfigurationGroupSchemasDeleteOptionalParams

options パラメーター。

戻り値

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

構成グループ スキーマの状態を更新するために指定されたパラメーター。

options
ConfigurationGroupSchemasUpdateStateOptionalParams

options パラメーター。

戻り値

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

構成グループ スキーマの状態を更新するために指定されたパラメーター。

options
ConfigurationGroupSchemasUpdateStateOptionalParams

options パラメーター。

戻り値

get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)

指定した構成グループ スキーマに関する情報を取得します。

function get(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasGetOptionalParams): Promise<ConfigurationGroupSchema>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

configurationGroupSchemaName

string

構成グループ スキーマの名前。

options
ConfigurationGroupSchemasGetOptionalParams

options パラメーター。

戻り値

listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)

パブリッシャーの下にある構成グループ スキーマの情報を取得します。

function listByPublisher(resourceGroupName: string, publisherName: string, options?: ConfigurationGroupSchemasListByPublisherOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupSchema, ConfigurationGroupSchema[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

publisherName

string

発行元の名前。

options
ConfigurationGroupSchemasListByPublisherOptionalParams

options パラメーター。

戻り値

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

ネットワーク サービスの設計バージョンの作成または更新操作に指定されたパラメーター。

options
ConfigurationGroupSchemasUpdateOptionalParams

options パラメーター。

戻り値