StoragePermissionScope Class

Definition

The StoragePermissionScope.

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

Constructors

StoragePermissionScope(String, String, String)

Initializes a new instance of StoragePermissionScope.

Properties

Permissions

The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c).

ResourceName

The name of resource, normally the container name or the file share name, used by the local user.

Service

The service used by the local user, e.g. blob, file.

Explicit Interface Implementations

IJsonModel<StoragePermissionScope>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StoragePermissionScope>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StoragePermissionScope>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StoragePermissionScope>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StoragePermissionScope>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to