Share via


DefaultSharePermission Struct

Definition

Default share permission for users using Kerberos authentication if RBAC role is not assigned.

public readonly struct DefaultSharePermission : IEquatable<Azure.ResourceManager.Storage.Models.DefaultSharePermission>
type DefaultSharePermission = struct
Public Structure DefaultSharePermission
Implements IEquatable(Of DefaultSharePermission)
Inheritance
DefaultSharePermission
Implements

Constructors

DefaultSharePermission(String)

Initializes a new instance of DefaultSharePermission.

Properties

Contributor

StorageFileDataSmbShareContributor.

ElevatedContributor

StorageFileDataSmbShareElevatedContributor.

None

None.

Reader

StorageFileDataSmbShareReader.

Methods

Equals(DefaultSharePermission)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DefaultSharePermission, DefaultSharePermission)

Determines if two DefaultSharePermission values are the same.

Implicit(String to DefaultSharePermission)

Converts a string to a DefaultSharePermission.

Inequality(DefaultSharePermission, DefaultSharePermission)

Determines if two DefaultSharePermission values are not the same.

Applies to