Uses of Class
com.azure.resourcemanager.storage.models.TableSignedIdentifier
-
Packages that use TableSignedIdentifier Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 TableSignedIdentifier Modifier and Type Method Description List<TableSignedIdentifier>TableInner. signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the table.List<TableSignedIdentifier>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 TableSignedIdentifier Modifier and Type Method Description TableInnerTableInner. withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers)Set the signedIdentifiers property: List of stored access policies specified on the table.TablePropertiesTableProperties. 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 TableSignedIdentifier Modifier and Type Method Description TableSignedIdentifierTableSignedIdentifier. withAccessPolicy(TableAccessPolicy accessPolicy)Set the accessPolicy property: Access policy.TableSignedIdentifierTableSignedIdentifier. withId(String id)Set the id property: unique-64-character-value of the stored access policy.
-