Uses of Class
com.azure.resourcemanager.storage.models.SignedIdentifier
Packages that use SignedIdentifier
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of SignedIdentifier in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type SignedIdentifierModifier and TypeMethodDescriptionFileShareInner.signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the share.FileShareItemInner.signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the share.FileShareProperties.signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the share.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type SignedIdentifierModifier and TypeMethodDescriptionFileShareInner.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share.FileShareItemInner.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share.FileShareProperties.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share. -
Uses of SignedIdentifier in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SignedIdentifierModifier and TypeMethodDescriptionstatic SignedIdentifierSignedIdentifier.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SignedIdentifier from the JsonReader.SignedIdentifier.withAccessPolicy(AccessPolicy accessPolicy) Set the accessPolicy property: Access policy.Set the id property: An unique identifier of the stored access policy.