SecurityConnectorData Class

Definition

The security connector resource.

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

Constructors

Name Description
SecurityConnectorData(AzureLocation)

Initializes a new instance of SecurityConnectorData.

Properties

Name Description
EnvironmentData

The security connector environment data.

EnvironmentName

The multi cloud resource's cloud name.

ETag

Entity tag is used for comparing two or more entities from the same requested resource.

HierarchyIdentifier

The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).

HierarchyIdentifierTrialEndOn

The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Kind of the resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Offerings

A collection of offerings for the security connector.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TrackedResourceData)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SecurityConnectorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityConnectorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityConnectorData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityConnectorData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityConnectorData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to