Home
last modified time | relevance | path

Searched refs:ShareLeaseClient (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2019_07_07/aio/
H A D_lease_async.py17 from .._lease import ShareLeaseClient as LeaseClientBase
24 class ShareLeaseClient(LeaseClientBase): class
H A D__init__.py11 from ._lease_async import ShareLeaseClient
H A D_file_client_async.py32 from ._lease_async import ShareLeaseClient
168 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2019_12_12/aio/
H A D_lease_async.py17 from .._lease import ShareLeaseClient as LeaseClientBase
24 class ShareLeaseClient(LeaseClientBase): class
H A D__init__.py11 from ._lease_async import ShareLeaseClient
H A D_file_client_async.py32 from ._lease_async import ShareLeaseClient
168 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2020_04_08/aio/
H A D_lease_async.py17 from .._lease import ShareLeaseClient as LeaseClientBase
25 class ShareLeaseClient(LeaseClientBase): class
H A D__init__.py11 from ._lease_async import ShareLeaseClient
H A D_share_client_async.py31 from ..aio._lease_async import ShareLeaseClient
166 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
H A D_file_client_async.py32 from ._lease_async import ShareLeaseClient
171 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2020_02_10/aio/
H A D_lease_async.py18 from .._lease import ShareLeaseClient as LeaseClientBase
26 class ShareLeaseClient(LeaseClientBase): class
H A D__init__.py11 from ._lease_async import ShareLeaseClient
H A D_share_client_async.py32 from ..aio._lease_async import ShareLeaseClient
165 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
H A D_file_client_async.py32 from ._lease_async import ShareLeaseClient
169 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2019_07_07/
H A D__init__.py12 from ._lease import ShareLeaseClient
H A D_lease.py23 class ShareLeaseClient(object): class
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2019_12_12/
H A D__init__.py12 from ._lease import ShareLeaseClient
H A D_lease.py23 class ShareLeaseClient(object): class
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2020_02_10/
H A D__init__.py12 from ._lease import ShareLeaseClient
H A D_lease.py25 class ShareLeaseClient(object): class
H A D_share_client.py36 from ._lease import ShareLeaseClient
294 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
H A D_file_client.py34 from ._lease import ShareLeaseClient
294 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2020_04_08/
H A D__init__.py12 from ._lease import ShareLeaseClient
H A D_lease.py25 class ShareLeaseClient(object): class
H A D_share_client.py37 from ._lease import ShareLeaseClient
301 lease = ShareLeaseClient(self, lease_id=lease_id) # type: ignore

12