IotSecuritySolution interface
IotSecuritySolution을 나타내는 인터페이스입니다.
메서드
create |
이 방법을 사용하여 IoT Security 솔루션을 만들거나 업데이트합니다. |
delete(string, string, Iot |
이 방법을 사용하여 IoT 보안 솔루션을 삭제합니다. |
get(string, string, Iot |
솔루션 이름을 기반으로 특정 IoT 보안 솔루션의 세부 정보를 가져오는 이 메서드 |
list |
이 방법을 사용하여 리소스 그룹별로 구성된 IoT 보안 솔루션 목록을 가져옵니다. |
list |
이 방법을 사용하여 구독별 IoT 보안 솔루션 목록을 가져옵니다. |
update(string, string, Update |
이 메서드를 사용하여 기존 IoT Security 솔루션 태그 또는 사용자 정의 리소스를 업데이트합니다. 다른 필드를 업데이트하려면 CreateOrUpdate 메서드를 사용합니다. |
메서드 세부 정보
createOrUpdate(string, string, IoTSecuritySolutionModel, IotSecuritySolutionCreateOrUpdateOptionalParams)
이 방법을 사용하여 IoT Security 솔루션을 만들거나 업데이트합니다.
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 Security 솔루션 태그 또는 사용자 정의 리소스를 업데이트합니다. 다른 필드를 업데이트하려면 CreateOrUpdate 메서드를 사용합니다.
function update(resourceGroupName: string, solutionName: string, updateIotSecuritySolutionData: UpdateIotSecuritySolutionData, options?: IotSecuritySolutionUpdateOptionalParams): Promise<IoTSecuritySolutionModel>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- solutionName
-
string
IoT 보안 솔루션의 이름입니다.
- updateIotSecuritySolutionData
- UpdateIotSecuritySolutionData
보안 솔루션 데이터
옵션 매개 변수입니다.
반환
Promise<IoTSecuritySolutionModel>