ClientAccessRight Class
The mapping between a particular client IP and the type of access client has on the NFS share.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelClientAccessRight
Constructor
ClientAccessRight(*, client: str, access_permission: str | ClientPermissionType, **kwargs)
Parameters
Name | Description |
---|---|
client
Required
|
Required. IP of the client. |
access_permission
Required
|
Required. Type of access to be allowed for the client. Possible values include: "NoAccess", "ReadOnly", "ReadWrite". |
Keyword-Only Parameters
Name | Description |
---|---|
client
Required
|
|
access_permission
Required
|
|
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python