ServerAdvancedThreatProtectionCollection.Get 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> Get (Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.Get : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function Get (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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET