PermissionsCustomsItem Class

Definition

The PermissionsCustomsItem.

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

Constructors

Name Description
PermissionsCustomsItem()

Initializes a new instance of PermissionsCustomsItem.

Properties

Name Description
Description

Customs permissions description.

(Inherited from ConnectorCustomsPermission)
Name

Customs permissions name.

(Inherited from ConnectorCustomsPermission)

Methods

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

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectorCustoms)
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)
IJsonModel<PermissionsCustomsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<PermissionsCustomsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ConnectorCustoms>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ConnectorCustoms)
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)
IPersistableModel<PermissionsCustomsItem>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<PermissionsCustomsItem>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<PermissionsCustomsItem>.Write(ModelReaderWriterOptions)

Applies to