StorageAccountSasPermission 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.
The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
public readonly struct StorageAccountSasPermission : IEquatable<Azure.ResourceManager.Storage.Models.StorageAccountSasPermission>
type StorageAccountSasPermission = struct
Public Structure StorageAccountSasPermission
Implements IEquatable(Of StorageAccountSasPermission)
- Inheritance
-
StorageAccountSasPermission
- Implements
Constructors
StorageAccountSasPermission(String) |
Initializes a new instance of StorageAccountSasPermission. |
Properties
A |
a. |
C |
c. |
D |
d. |
L |
l. |
P |
p. |
R |
r. |
U |
u. |
W |
w. |
Methods
Equals(StorageAccountSasPermission) |
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(StorageAccountSasPermission, StorageAccountSasPermission) |
Determines if two StorageAccountSasPermission values are the same. |
Implicit(String to StorageAccountSasPermission) |
Converts a string to a StorageAccountSasPermission. |
Inequality(StorageAccountSasPermission, StorageAccountSasPermission) |
Determines if two StorageAccountSasPermission values are not the same. |
Applies to
Azure SDK for .NET