ShareAccessRight Constructors
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.
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.DataBoxEdge.Models.ShareAccessRight : string * string -> Microsoft.Azure.Management.DataBoxEdge.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'