Share via


SecurityInsightsSettingCollection Class

Definition

A class representing a collection of SecurityInsightsSettingResource and their operations. Each SecurityInsightsSettingResource in the collection will belong to the same instance of OperationalInsightsWorkspaceSecurityInsightsResource. To get a SecurityInsightsSettingCollection instance call the GetSecurityInsightsSettings method from an instance of OperationalInsightsWorkspaceSecurityInsightsResource.

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

Constructors

SecurityInsightsSettingCollection()

Initializes a new instance of the SecurityInsightsSettingCollection 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, String, SecurityInsightsSettingData, CancellationToken)

Updates setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Update
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsSettingData, CancellationToken)

Updates setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Update
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
Get(String, CancellationToken)

Gets a setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
GetAll(CancellationToken)

List of all the settings

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings
  • Operation Id: ProductSettings_List
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
GetAllAsync(CancellationToken)

List of all the settings

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings
  • Operation Id: ProductSettings_List
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
GetAsync(String, CancellationToken)

Gets a setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/settings/{settingsName}
  • Operation Id: ProductSettings_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsSettingResource
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<SecurityInsightsSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SecurityInsightsSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to