StorageAccountSasSignedService 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 services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
public readonly struct StorageAccountSasSignedService : IEquatable<Azure.ResourceManager.Storage.Models.StorageAccountSasSignedService>
type StorageAccountSasSignedService = struct
Public Structure StorageAccountSasSignedService
Implements IEquatable(Of StorageAccountSasSignedService)
- Inheritance
-
StorageAccountSasSignedService
- Implements
Constructors
StorageAccountSasSignedService(String) |
Initializes a new instance of StorageAccountSasSignedService. |
Properties
B |
b. |
F |
f. |
Q |
q. |
T |
t. |
Methods
Equals(StorageAccountSasSignedService) |
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(StorageAccountSasSignedService, StorageAccountSasSignedService) |
Determines if two StorageAccountSasSignedService values are the same. |
Implicit(String to StorageAccountSasSignedService) |
Converts a string to a StorageAccountSasSignedService. |
Inequality(StorageAccountSasSignedService, StorageAccountSasSignedService) |
Determines if two StorageAccountSasSignedService values are not the same. |
Applies to
Azure SDK for .NET