次の方法で共有


IotSecuritySolution interface

IotSecuritySolution を表すインターフェイス。

メソッド

createOrUpdate(string, string, IoTSecuritySolutionModel, IotSecuritySolutionCreateOrUpdateOptionalParams)

このメソッドを使用して、IoT セキュリティ ソリューションを作成または更新します

delete(string, string, IotSecuritySolutionDeleteOptionalParams)

このメソッドを使用して、IoT セキュリティ ソリューションを削除します

get(string, string, IotSecuritySolutionGetOptionalParams)

ソリューション名に基づいて特定の IoT セキュリティ ソリューションの詳細を取得するには、このメソッドを使用します

listByResourceGroup(string, IotSecuritySolutionListByResourceGroupOptionalParams)

リソース グループ別に整理された IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。

listBySubscription(IotSecuritySolutionListBySubscriptionOptionalParams)

サブスクリプションごとに IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。

update(string, string, UpdateIotSecuritySolutionData, IotSecuritySolutionUpdateOptionalParams)

既存の IoT セキュリティ ソリューション タグまたはユーザー定義リソースを更新するには、このメソッドを使用します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

メソッドの詳細

createOrUpdate(string, string, IoTSecuritySolutionModel, IotSecuritySolutionCreateOrUpdateOptionalParams)

このメソッドを使用して、IoT セキュリティ ソリューションを作成または更新します

function createOrUpdate(resourceGroupName: string, solutionName: string, iotSecuritySolutionData: IoTSecuritySolutionModel, options?: IotSecuritySolutionCreateOrUpdateOptionalParams): Promise<IoTSecuritySolutionModel>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

solutionName

string

IoT セキュリティ ソリューションの名前。

iotSecuritySolutionData
IoTSecuritySolutionModel

セキュリティ ソリューション データ

options
IotSecuritySolutionCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, IotSecuritySolutionDeleteOptionalParams)

このメソッドを使用して、IoT セキュリティ ソリューションを削除します

function delete(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

solutionName

string

IoT セキュリティ ソリューションの名前。

options
IotSecuritySolutionDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, IotSecuritySolutionGetOptionalParams)

ソリューション名に基づいて特定の IoT セキュリティ ソリューションの詳細を取得するには、このメソッドを使用します

function get(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionGetOptionalParams): Promise<IoTSecuritySolutionModel>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

solutionName

string

IoT セキュリティ ソリューションの名前。

options
IotSecuritySolutionGetOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, IotSecuritySolutionListByResourceGroupOptionalParams)

リソース グループ別に整理された IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。

function listByResourceGroup(resourceGroupName: string, options?: IotSecuritySolutionListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IoTSecuritySolutionModel, IoTSecuritySolutionModel[], PageSettings>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
IotSecuritySolutionListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(IotSecuritySolutionListBySubscriptionOptionalParams)

サブスクリプションごとに IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。

function listBySubscription(options?: IotSecuritySolutionListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IoTSecuritySolutionModel, IoTSecuritySolutionModel[], PageSettings>

パラメーター

options
IotSecuritySolutionListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

update(string, string, UpdateIotSecuritySolutionData, IotSecuritySolutionUpdateOptionalParams)

既存の IoT セキュリティ ソリューション タグまたはユーザー定義リソースを更新するには、このメソッドを使用します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

function update(resourceGroupName: string, solutionName: string, updateIotSecuritySolutionData: UpdateIotSecuritySolutionData, options?: IotSecuritySolutionUpdateOptionalParams): Promise<IoTSecuritySolutionModel>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

solutionName

string

IoT セキュリティ ソリューションの名前。

updateIotSecuritySolutionData
UpdateIotSecuritySolutionData

セキュリティ ソリューション データ

options
IotSecuritySolutionUpdateOptionalParams

オプション パラメーター。

戻り値