SecurityAutomationScope Class

Definition

A single automation scope.

public class SecurityAutomationScope
public class SecurityAutomationScope : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationScope>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationScope>
type SecurityAutomationScope = class
type SecurityAutomationScope = class
    interface IJsonModel<SecurityAutomationScope>
    interface IPersistableModel<SecurityAutomationScope>
Public Class SecurityAutomationScope
Public Class SecurityAutomationScope
Implements IJsonModel(Of SecurityAutomationScope), IPersistableModel(Of SecurityAutomationScope)
Inheritance
SecurityAutomationScope
Implements

Constructors

SecurityAutomationScope()

Initializes a new instance of SecurityAutomationScope.

Properties

Description

The resources scope description.

ScopePath

The resources scope path. Can be the subscription on which the automation is defined on or a resource group under that subscription (fully qualified Azure resource IDs).

Explicit Interface Implementations

IJsonModel<SecurityAutomationScope>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityAutomationScope>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAutomationScope>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAutomationScope>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityAutomationScope>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to