SecurityAutomationCollection Class

Definition

A class representing a collection of SecurityAutomationResource and their operations. Each SecurityAutomationResource in the collection will belong to the same instance of ResourceGroupResource. To get a SecurityAutomationCollection instance call the GetSecurityAutomations method from an instance of ResourceGroupResource.

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

Constructors

SecurityAutomationCollection()

Initializes a new instance of the SecurityAutomationCollection 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, SecurityAutomationData, CancellationToken)

Creates or updates a security automation. If a security automation is already created and a subsequent request is issued for the same automation id, then it will be updated.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_CreateOrUpdate
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
CreateOrUpdateAsync(WaitUntil, String, SecurityAutomationData, CancellationToken)

Creates or updates a security automation. If a security automation is already created and a subsequent request is issued for the same automation id, then it will be updated.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_CreateOrUpdate
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
Get(String, CancellationToken)

Retrieves information about the model of a security automation.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
GetAll(CancellationToken)

Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations
  • Operation Id: Automations_ListByResourceGroup
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
GetAllAsync(CancellationToken)

Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations
  • Operation Id: Automations_ListByResourceGroup
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
GetAsync(String, CancellationToken)

Retrieves information about the model of a security automation.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • Operation Id: Automations_Get
  • Default Api Version: 2019-01-01-preview
  • Resource: SecurityAutomationResource
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<SecurityAutomationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SecurityAutomationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to