PermissionsCustomsItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItemTypeConverter))]
public class PermissionsCustomsItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.PermissionsCustomsItemTypeConverter))>]
type PermissionsCustomsItem = class
    interface IPermissionsCustomsItem
    interface IJsonSerializable
    interface ICustomsPermission
    interface IValidates
Public Class PermissionsCustomsItem
Implements IPermissionsCustomsItem, IValidates
Inheritance
PermissionsCustomsItem
Attributes
Implements

Constructors

PermissionsCustomsItem()

Creates an new PermissionsCustomsItem instance.

Properties

Description

Customs permissions description

Name

Customs permissions name

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PermissionsCustomsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PermissionsCustomsItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPermissionsCustomsItem.

FromJsonString(String)

Creates a new instance of PermissionsCustomsItem, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PermissionsCustomsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to