Uses of Class
com.azure.resourcemanager.storage.models.SignedIdentifier
-
Packages that use SignedIdentifier 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 SignedIdentifier in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type SignedIdentifier Modifier and Type Method Description List<SignedIdentifier>FileShareInner. signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the share.List<SignedIdentifier>FileShareItemInner. signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the share.List<SignedIdentifier>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 SignedIdentifier Modifier and Type Method Description FileShareInnerFileShareInner. withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers)Set the signedIdentifiers property: List of stored access policies specified on the share.FileShareItemInnerFileShareItemInner. withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers)Set the signedIdentifiers property: List of stored access policies specified on the share.FileSharePropertiesFileShareProperties. 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 SignedIdentifier Modifier and Type Method Description SignedIdentifierSignedIdentifier. withAccessPolicy(AccessPolicy accessPolicy)Set the accessPolicy property: Access policy.SignedIdentifierSignedIdentifier. withId(String id)Set the id property: An unique identifier of the stored access policy.
-