ServerAdvancedThreatProtectionSettings interface
ServerAdvancedThreatProtectionSettings를 나타내는 인터페이스입니다.
메서드
begin |
Advanced Threat Protection 상태를 만들거나 업데이트합니다. |
begin |
Advanced Threat Protection 상태를 만들거나 업데이트합니다. |
get(string, string, string, Server |
서버의 Advanced Threat Protection 상태를 가져옵니다. |
list |
서버의 Advanced Threat Protection 상태 목록을 가져옵니다. |
메서드 세부 정보
beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
Advanced Threat Protection 상태를 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
매개 변수
- resourceGroupName
-
string
리소스를 포함하는 리소스 그룹의 이름입니다. Azure Resource Manager API 또는 포털에서 이 값을 가져올 수 있습니다.
- serverName
-
string
서버의 이름입니다.
- advancedThreatProtectionName
-
string
Advanced Threat Protection 상태의 이름입니다.
- parameters
- ServerAdvancedThreatProtection
서버 Advanced Threat Protection 상태입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
Advanced Threat Protection 상태를 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerAdvancedThreatProtection>
매개 변수
- resourceGroupName
-
string
리소스를 포함하는 리소스 그룹의 이름입니다. Azure Resource Manager API 또는 포털에서 이 값을 가져올 수 있습니다.
- serverName
-
string
서버의 이름입니다.
- advancedThreatProtectionName
-
string
Advanced Threat Protection 상태의 이름입니다.
- parameters
- ServerAdvancedThreatProtection
서버 Advanced Threat Protection 상태입니다.
옵션 매개 변수입니다.
반환
Promise<ServerAdvancedThreatProtection>
get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)
서버의 Advanced Threat Protection 상태를 가져옵니다.
function get(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams): Promise<ServerAdvancedThreatProtection>
매개 변수
- resourceGroupName
-
string
리소스를 포함하는 리소스 그룹의 이름입니다. Azure Resource Manager API 또는 포털에서 이 값을 가져올 수 있습니다.
- serverName
-
string
서버의 이름입니다.
- advancedThreatProtectionName
-
string
Advanced Threat Protection 상태의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<ServerAdvancedThreatProtection>
listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)
서버의 Advanced Threat Protection 상태 목록을 가져옵니다.
function listByServer(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스를 포함하는 리소스 그룹의 이름입니다. Azure Resource Manager API 또는 포털에서 이 값을 가져올 수 있습니다.
- serverName
-
string
서버의 이름입니다.
옵션 매개 변수입니다.