SecurityContactCollection Class

Definition

A class representing a collection of SecurityContactResource and their operations. Each SecurityContactResource in the collection will belong to the same instance of SubscriptionResource. To get a SecurityContactCollection instance call the GetSecurityContacts method from an instance of SubscriptionResource.

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

Constructors

SecurityContactCollection()

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

Create security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Create
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
CreateOrUpdateAsync(WaitUntil, String, SecurityContactData, CancellationToken)

Create security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Create
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
Get(String, CancellationToken)

Get Default Security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
GetAll(CancellationToken)

List all security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts
  • Operation Id: SecurityContacts_List
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
GetAllAsync(CancellationToken)

List all security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts
  • Operation Id: SecurityContacts_List
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
GetAsync(String, CancellationToken)

Get Default Security contact configurations for the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Operation Id: SecurityContacts_Get
  • Default Api Version: 2020-01-01-preview
  • Resource: SecurityContactResource
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<SecurityContactResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SecurityContactResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to