Share via


ShareAccessRight Constructors

Definition

Overloads

ShareAccessRight()

Initializes a new instance of the ShareAccessRight class.

ShareAccessRight(String, String)

Initializes a new instance of the ShareAccessRight class.

ShareAccessRight()

Initializes a new instance of the ShareAccessRight class.

public ShareAccessRight ();
Public Sub New ()

Applies to

ShareAccessRight(String, String)

Initializes a new instance of the ShareAccessRight class.

public ShareAccessRight (string shareId, string accessType);
new Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight : string * string -> Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight
Public Sub New (shareId As String, accessType As String)

Parameters

shareId
String

The share ID.

accessType
String

Type of access to be allowed on the share for this user. Possible values include: 'Change', 'Read', 'Custom'

Applies to