Uses of Class
com.azure.data.tables.sas.TableAccountSasSignatureValues
-
Packages that use TableAccountSasSignatureValues Package Description com.azure.data.tables Package containing the classes for Tables Clients.com.azure.data.tables.sas Package containing SAS (shared access signature) classes used by Azure Tables. -
-
Uses of TableAccountSasSignatureValues in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type TableAccountSasSignatureValues Modifier and Type Method Description StringTableServiceAsyncClient. generateAccountSas(TableAccountSasSignatureValues tableAccountSasSignatureValues)Generates an account SAS for the Azure Storage account using the specifiedTableAccountSasSignatureValues.StringTableServiceClient. generateAccountSas(TableAccountSasSignatureValues tableAccountSasSignatureValues)Generates an account SAS for the Azure Storage account using the specifiedTableAccountSasSignatureValues. -
Uses of TableAccountSasSignatureValues in com.azure.data.tables.sas
Methods in com.azure.data.tables.sas that return TableAccountSasSignatureValues Modifier and Type Method Description TableAccountSasSignatureValuesTableAccountSasSignatureValues. setProtocol(TableSasProtocol protocol)Sets theTableSasProtocolwhich determines the HTTP protocol that will be used.TableAccountSasSignatureValuesTableAccountSasSignatureValues. setSasIpRange(TableSasIpRange sasIpRange)Sets theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.TableAccountSasSignatureValuesTableAccountSasSignatureValues. setStartTime(OffsetDateTime startTime)Sets when the SAS will take effect.TableAccountSasSignatureValuesTableAccountSasSignatureValues. setVersion(String version)Sets the service version that is targeted.
-