Uses of Enum
com.azure.resourcemanager.storage.models.PublicAccess
Packages that use PublicAccess
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of PublicAccess in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PublicAccessModifier and TypeMethodDescriptionBlobContainerInner.publicAccess()Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ContainerProperties.publicAccess()Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ListContainerItemInner.publicAccess()Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type PublicAccessModifier and TypeMethodDescriptionBlobContainerInner.withPublicAccess(PublicAccess publicAccess) Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ContainerProperties.withPublicAccess(PublicAccess publicAccess) Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ListContainerItemInner.withPublicAccess(PublicAccess publicAccess) Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access. -
Uses of PublicAccess in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type PublicAccess in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionenumSpecifies whether data in the container may be accessed publicly and the level of access.Methods in com.azure.resourcemanager.storage.models that return PublicAccessModifier and TypeMethodDescriptionstatic PublicAccessPublicAccess.fromString(String value) Parses a serialized value to a PublicAccess instance.BlobContainer.publicAccess()Gets the public access.static PublicAccessReturns the enum constant of this type with the specified name.static PublicAccess[]PublicAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.storage.models with parameters of type PublicAccessModifier and TypeMethodDescriptionBlobContainer.DefinitionStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess) Specifies publicAccess.BlobContainer.UpdateStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess) Specifies publicAccess.