Uses of Class
com.azure.resourcemanager.storage.models.TableSignedIdentifier
Packages that use TableSignedIdentifier
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of TableSignedIdentifier in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type TableSignedIdentifierModifier and TypeMethodDescriptionTableInner.signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the table.TableProperties.signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the table.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type TableSignedIdentifierModifier and TypeMethodDescriptionTableInner.withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the table.TableProperties.withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the table. -
Uses of TableSignedIdentifier in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TableSignedIdentifierModifier and TypeMethodDescriptionstatic TableSignedIdentifierTableSignedIdentifier.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableSignedIdentifier from the JsonReader.TableSignedIdentifier.withAccessPolicy(TableAccessPolicy accessPolicy) Set the accessPolicy property: Access policy.Set the id property: unique-64-character-value of the stored access policy.