Uses of Class
com.azure.storage.file.share.options.ShareGetAccessPolicyOptions
-
Packages that use ShareGetAccessPolicyOptions Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareGetAccessPolicyOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareGetAccessPolicyOptions Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<ShareSignedIdentifier>ShareAsyncClient. getAccessPolicy(ShareGetAccessPolicyOptions options)Retrieves stored access policies specified for the share.com.azure.core.http.rest.PagedIterable<ShareSignedIdentifier>ShareClient. getAccessPolicy(ShareGetAccessPolicyOptions options)Retrieves stored access policies specified for the share. -
Uses of ShareGetAccessPolicyOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareGetAccessPolicyOptions Modifier and Type Method Description ShareGetAccessPolicyOptionsShareGetAccessPolicyOptions. setRequestConditions(ShareRequestConditions requestConditions)
-