Share via


ServerAdvancedThreatProtectionCollection Class

Definition

A class representing a collection of ServerAdvancedThreatProtectionResource and their operations. Each ServerAdvancedThreatProtectionResource in the collection will belong to the same instance of SqlServerResource. To get a ServerAdvancedThreatProtectionCollection instance call the GetServerAdvancedThreatProtections method from an instance of SqlServerResource.

public class ServerAdvancedThreatProtectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
type ServerAdvancedThreatProtectionCollection = class
    inherit ArmCollection
    interface seq<ServerAdvancedThreatProtectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ServerAdvancedThreatProtectionResource>
Public Class ServerAdvancedThreatProtectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ServerAdvancedThreatProtectionResource), IEnumerable(Of ServerAdvancedThreatProtectionResource)
Inheritance
ServerAdvancedThreatProtectionCollection
Implements

Constructors

ServerAdvancedThreatProtectionCollection()

Initializes a new instance of the ServerAdvancedThreatProtectionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, AdvancedThreatProtectionName, ServerAdvancedThreatProtectionData, CancellationToken)

Creates or updates an Advanced Threat Protection state.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: ServerAdvancedThreatProtectionSettings_CreateOrUpdate
  • Default Api Version: 2021-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
CreateOrUpdateAsync(WaitUntil, AdvancedThreatProtectionName, ServerAdvancedThreatProtectionData, CancellationToken)

Creates or updates an Advanced Threat Protection state.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: ServerAdvancedThreatProtectionSettings_CreateOrUpdate
  • Default Api Version: 2021-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
Exists(AdvancedThreatProtectionName, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
ExistsAsync(AdvancedThreatProtectionName, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
Get(AdvancedThreatProtectionName, CancellationToken)

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
GetAll(CancellationToken)

Get a list of the server's Advanced Threat Protection states.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings
  • Operation Id: ServerAdvancedThreatProtectionSettings_ListByServer
  • Default Api Version: 2021-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
GetAllAsync(CancellationToken)

Get a list of the server's Advanced Threat Protection states.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings
  • Operation Id: ServerAdvancedThreatProtectionSettings_ListByServer
  • Default Api Version: 2021-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
GetAsync(AdvancedThreatProtectionName, CancellationToken)

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
GetIfExists(AdvancedThreatProtectionName, CancellationToken)

Tries to get details for this resource from the service.

  • 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
GetIfExistsAsync(AdvancedThreatProtectionName, CancellationToken)

Tries to get details for this resource from the service.

  • 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
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ServerAdvancedThreatProtectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServerAdvancedThreatProtectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to