ServerAdvancedThreatProtectionSettingsClient Interface
public interface ServerAdvancedThreatProtectionSettingsClient
An instance of this class provides access to all the operations defined in ServerAdvancedThreatProtectionSettingsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
createOrUpdate
public abstract ServerAdvancedThreatProtectionInner createOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters)
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
createOrUpdate
public abstract ServerAdvancedThreatProtectionInner createOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters, Context context)
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates an Advanced Threat Protection state.
Parameters:
Returns:
get
public abstract ServerAdvancedThreatProtectionInner get(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName)
Get a server's Advanced Threat Protection state.
Parameters:
Returns:
getAsync
public abstract Mono
Get a server's Advanced Threat Protection state.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a server's Advanced Threat Protection state.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a server's Advanced Threat Protection state.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Get a list of the server's Advanced Threat Protection states.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Get a list of the server's Advanced Threat Protection states.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Get a list of the server's Advanced Threat Protection states.
Parameters:
Returns:
Applies to
Azure SDK for Java