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

Name Description
ShareAccessType(String)

Initializes a new instance of ShareAccessType.

Properties

Name Description
Change

Gets the Change.

Custom

Gets the Custom.

Read

Gets the Read.

Methods

Name Description
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

Name Description
Equality(ShareAccessType, ShareAccessType)

Determines if two ShareAccessType values are the same.

Implicit(String to Nullable<ShareAccessType>)
Implicit(String to ShareAccessType)

Converts a string to a ShareAccessType.

Inequality(ShareAccessType, ShareAccessType)

Determines if two ShareAccessType values are not the same.

Applies to