ShareAccessType Struct

Definition

Type of access to be allowed on the share for this user.

public readonly struct ShareAccessType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.ShareAccessType>
type ShareAccessType = struct
Public Structure ShareAccessType
Implements IEquatable(Of ShareAccessType)
Inheritance
ShareAccessType
Implements

Constructors

ShareAccessType(String)

Initializes a new instance of ShareAccessType.

Properties

Change

Change.

Custom

Custom.

Read

Read.

Methods

Equals(ShareAccessType)

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(ShareAccessType, ShareAccessType)

Determines if two ShareAccessType values are the same.

Implicit(String to ShareAccessType)

Converts a string to a ShareAccessType.

Inequality(ShareAccessType, ShareAccessType)

Determines if two ShareAccessType values are not the same.

Applies to