Uses of Class
com.azure.resourcemanager.storage.models.AccessPolicy
Packages that use AccessPolicy
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of AccessPolicy in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type AccessPolicyMethods in com.azure.resourcemanager.storage.models that return AccessPolicyModifier and TypeMethodDescriptionSignedIdentifier.accessPolicy()Get the accessPolicy property: Access policy.static AccessPolicyAccessPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessPolicy from the JsonReader.AccessPolicy.withExpiryTime(OffsetDateTime expiryTime) Set the expiryTime property: Expiry time of the access policy.AccessPolicy.withPermission(String permission) Set the permission property: List of abbreviated permissions.AccessPolicy.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the access policy.Methods in com.azure.resourcemanager.storage.models with parameters of type AccessPolicyModifier and TypeMethodDescriptionSignedIdentifier.withAccessPolicy(AccessPolicy accessPolicy) Set the accessPolicy property: Access policy.