Share via


SynapseSqlPoolSecurityAlertPolicyCollection Class

Definition

A class representing a collection of SynapseSqlPoolSecurityAlertPolicyResource and their operations. Each SynapseSqlPoolSecurityAlertPolicyResource in the collection will belong to the same instance of SynapseSqlPoolResource. To get a SynapseSqlPoolSecurityAlertPolicyCollection instance call the GetSynapseSqlPoolSecurityAlertPolicies method from an instance of SynapseSqlPoolResource.

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

Constructors

SynapseSqlPoolSecurityAlertPolicyCollection()

Initializes a new instance of the SynapseSqlPoolSecurityAlertPolicyCollection 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, SqlPoolSecurityAlertPolicyName, SynapseSqlPoolSecurityAlertPolicyData, CancellationToken)

Create or update a Sql pool's security alert policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, SqlPoolSecurityAlertPolicyName, SynapseSqlPoolSecurityAlertPolicyData, CancellationToken)

Create or update a Sql pool's security alert policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_CreateOrUpdate
Exists(SqlPoolSecurityAlertPolicyName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
ExistsAsync(SqlPoolSecurityAlertPolicyName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
Get(SqlPoolSecurityAlertPolicyName, CancellationToken)

Get a Sql pool's security alert policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
GetAll(CancellationToken)

Get a list of Sql pool's security alert policies.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies
  • Operation Id: SqlPoolSecurityAlertPolicies_List
GetAllAsync(CancellationToken)

Get a list of Sql pool's security alert policies.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies
  • Operation Id: SqlPoolSecurityAlertPolicies_List
GetAsync(SqlPoolSecurityAlertPolicyName, CancellationToken)

Get a Sql pool's security alert policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
GetIfExists(SqlPoolSecurityAlertPolicyName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
GetIfExistsAsync(SqlPoolSecurityAlertPolicyName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
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<SynapseSqlPoolSecurityAlertPolicyResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SynapseSqlPoolSecurityAlertPolicyResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to