Uses of Class
com.azure.storage.file.share.models.ShareSignedIdentifier
Packages that use ShareSignedIdentifier
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
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 ShareSignedIdentifierModifier and TypeMethodDescriptioncom.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 ShareSignedIdentifierModifier and TypeMethodDescriptionShareAsyncClient.setAccessPolicy
(List<ShareSignedIdentifier> permissions) Sets stored access policies for the share.ShareClient.setAccessPolicy
(List<ShareSignedIdentifier> permissions) Sets stored access policies for the share.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 ShareSignedIdentifierModifier and TypeMethodDescriptionstatic ShareSignedIdentifier
ShareSignedIdentifier.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of ShareSignedIdentifier from the XmlReader.static ShareSignedIdentifier
Reads an instance of ShareSignedIdentifier from the XmlReader.ShareSignedIdentifier.setAccessPolicy
(ShareAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.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 ShareSignedIdentifierModifier and TypeMethodDescriptionShareSetAccessPolicyOptions.getPermissions()
Gets the access policies to set on the share.Method parameters in com.azure.storage.file.share.options with type arguments of type ShareSignedIdentifierModifier and TypeMethodDescriptionShareSetAccessPolicyOptions.setPermissions
(List<ShareSignedIdentifier> permissions) Sets the access policies to set on the share.