FileShareTokenIntent 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 FileShareTokenIntent.
public readonly struct FileShareTokenIntent : IEquatable<Azure.Storage.Blobs.Models.FileShareTokenIntent>
type FileShareTokenIntent = struct
Public Structure FileShareTokenIntent
Implements IEquatable(Of FileShareTokenIntent)
- Inheritance
-
FileShareTokenIntent
- Implements
Constructors
FileShareTokenIntent(String) |
Initializes a new instance of FileShareTokenIntent. |
Properties
Backup |
backup. |
Methods
Equals(FileShareTokenIntent) |
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(FileShareTokenIntent, FileShareTokenIntent) |
Determines if two FileShareTokenIntent values are the same. |
Implicit(String to FileShareTokenIntent) |
Converts a String to a FileShareTokenIntent. |
Inequality(FileShareTokenIntent, FileShareTokenIntent) |
Determines if two FileShareTokenIntent values are not the same. |