ArmDataBoxEdgeModelFactory.ClientAccessRight Method
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.
public static Azure.ResourceManager.DataBoxEdge.Models.ClientAccessRight ClientAccessRight(string client = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeClientPermissionType accessPermission = default);
static member ClientAccessRight : string * Azure.ResourceManager.DataBoxEdge.Models.EdgeClientPermissionType -> Azure.ResourceManager.DataBoxEdge.Models.ClientAccessRight
Public Shared Function ClientAccessRight (Optional client As String = Nothing, Optional accessPermission As EdgeClientPermissionType = Nothing) As ClientAccessRight
Parameters
- client
- String
IP of the client.
- accessPermission
- EdgeClientPermissionType
Type of access to be allowed for the client.
Returns
A new ClientAccessRight instance for mocking.