DefaultSharePermission Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET