IotSecuritySolution interface
IotSecuritySolution を表すインターフェイス。
メソッド
create |
このメソッドを使用して、IoT セキュリティ ソリューションを作成または更新します |
delete(string, string, Iot |
このメソッドを使用して、IoT セキュリティ ソリューションを削除します |
get(string, string, Iot |
ソリューション名に基づいて特定の IoT セキュリティ ソリューションの詳細を取得するには、このメソッドを使用します |
list |
リソース グループ別に整理された IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。 |
list |
サブスクリプションごとに IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。 |
update(string, string, Update |
既存の 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
セキュリティ ソリューション データ
オプション パラメーター。
戻り値
Promise<IoTSecuritySolutionModel>
delete(string, string, IotSecuritySolutionDeleteOptionalParams)
このメソッドを使用して、IoT セキュリティ ソリューションを削除します
function delete(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- solutionName
-
string
IoT セキュリティ ソリューションの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, IotSecuritySolutionGetOptionalParams)
ソリューション名に基づいて特定の IoT セキュリティ ソリューションの詳細を取得するには、このメソッドを使用します
function get(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionGetOptionalParams): Promise<IoTSecuritySolutionModel>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
- solutionName
-
string
IoT セキュリティ ソリューションの名前。
オプション パラメーター。
戻り値
Promise<IoTSecuritySolutionModel>
listByResourceGroup(string, IotSecuritySolutionListByResourceGroupOptionalParams)
リソース グループ別に整理された IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。
function listByResourceGroup(resourceGroupName: string, options?: IotSecuritySolutionListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IoTSecuritySolutionModel, IoTSecuritySolutionModel[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listBySubscription(IotSecuritySolutionListBySubscriptionOptionalParams)
サブスクリプションごとに IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。
function listBySubscription(options?: IotSecuritySolutionListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IoTSecuritySolutionModel, IoTSecuritySolutionModel[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
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
セキュリティ ソリューション データ
オプション パラメーター。
戻り値
Promise<IoTSecuritySolutionModel>