ConnectorCustoms Class

Definition

Customs permissions required for the connector.

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

Constructors

ConnectorCustoms()

Initializes a new instance of ConnectorCustoms.

Properties

Description

Customs permissions description.

(Inherited from ConnectorCustomsPermission)
Name

Customs permissions name.

(Inherited from ConnectorCustomsPermission)

Explicit Interface Implementations

IJsonModel<ConnectorCustoms>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorCustoms>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ConnectorCustomsPermission>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ConnectorCustomsPermission)
IJsonModel<ConnectorCustomsPermission>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectorCustomsPermission)
IPersistableModel<ConnectorCustoms>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorCustoms>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorCustoms>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ConnectorCustomsPermission>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ConnectorCustomsPermission)
IPersistableModel<ConnectorCustomsPermission>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ConnectorCustomsPermission)
IPersistableModel<ConnectorCustomsPermission>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ConnectorCustomsPermission)

Applies to