SqlServerResource.GetServerAdvancedThreatProtection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a server's Advanced Threat Protection state.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
- Operation Id: ServerAdvancedThreatProtectionSettings_Get
- Default Api Version: 2021-11-01-preview
- Resource: ServerAdvancedThreatProtectionResource
public virtual Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource> GetServerAdvancedThreatProtection (Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function GetServerAdvancedThreatProtection (advancedThreatProtectionName As AdvancedThreatProtectionName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServerAdvancedThreatProtectionResource)
Parameters
- advancedThreatProtectionName
- AdvancedThreatProtectionName
The name of the Advanced Threat Protection state.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET