Uses of Class
com.azure.storage.file.share.models.ShareSignedIdentifier
-
Packages that use ShareSignedIdentifier Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.models Package containing classes for AzureFileStorage.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareSignedIdentifier in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type ShareSignedIdentifier Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<ShareSignedIdentifier>ShareAsyncClient. getAccessPolicy()Retrieves stored access policies specified for the share.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()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.Method parameters in com.azure.storage.file.share with type arguments of type ShareSignedIdentifier Modifier and Type Method Description Mono<ShareInfo>ShareAsyncClient. setAccessPolicy(List<ShareSignedIdentifier> permissions)Sets stored access policies for the share.ShareInfoShareClient. setAccessPolicy(List<ShareSignedIdentifier> permissions)Sets stored access policies for the share.Mono<com.azure.core.http.rest.Response<ShareInfo>>ShareAsyncClient. setAccessPolicyWithResponse(List<ShareSignedIdentifier> permissions)Sets stored access policies for the share.com.azure.core.http.rest.Response<ShareInfo>ShareClient. setAccessPolicyWithResponse(List<ShareSignedIdentifier> permissions, Duration timeout, com.azure.core.util.Context context)Sets stored access policies for the share. -
Uses of ShareSignedIdentifier in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareSignedIdentifier Modifier and Type Method Description ShareSignedIdentifierShareSignedIdentifier. setAccessPolicy(ShareAccessPolicy accessPolicy)Set the accessPolicy property: The access policy.ShareSignedIdentifierShareSignedIdentifier. setId(String id)Set the id property: A unique id. -
Uses of ShareSignedIdentifier in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return types with arguments of type ShareSignedIdentifier Modifier and Type Method Description List<ShareSignedIdentifier>ShareSetAccessPolicyOptions. getPermissions()Method parameters in com.azure.storage.file.share.options with type arguments of type ShareSignedIdentifier Modifier and Type Method Description ShareSetAccessPolicyOptionsShareSetAccessPolicyOptions. setPermissions(List<ShareSignedIdentifier> permissions)
-