Udostępnij za pośrednictwem


ShareAccessRight Class

Definition

Specifies the mapping between this particular user and the type of access he has on shares on this device.

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

Properties

AccessType

Type of access to be allowed on the share for this user.

ShareId

The share ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ShareAccessRight>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareAccessRight>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareAccessRight>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareAccessRight>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareAccessRight>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to