ShareTokenIntent Struct

Definition

The ShareTokenIntent.

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

Constructors

Name Description
ShareTokenIntent(String)

Initializes a new instance of ShareTokenIntent.

Properties

Name Description
Backup

backup.

Methods

Name Description
Equals(ShareTokenIntent)

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

Name Description
Equality(ShareTokenIntent, ShareTokenIntent)

Determines if two ShareTokenIntent values are the same.

Implicit(String to ShareTokenIntent)

Converts a String to a ShareTokenIntent.

Inequality(ShareTokenIntent, ShareTokenIntent)

Determines if two ShareTokenIntent values are not the same.

Applies to