Uses of Class
com.azure.resourcemanager.storage.models.PublicAccess
-
Packages that use PublicAccess 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 PublicAccess in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PublicAccess Modifier and Type Method Description PublicAccessBlobContainerInner. publicAccess()Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.PublicAccessContainerProperties. publicAccess()Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.PublicAccessListContainerItemInner. 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 PublicAccess Modifier and Type Method Description BlobContainerInnerBlobContainerInner. withPublicAccess(PublicAccess publicAccess)Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ContainerPropertiesContainerProperties. withPublicAccess(PublicAccess publicAccess)Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.ListContainerItemInnerListContainerItemInner. 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
Methods in com.azure.resourcemanager.storage.models that return PublicAccess Modifier and Type Method Description static PublicAccessPublicAccess. fromString(String value)Parses a serialized value to a PublicAccess instance.PublicAccessBlobContainer. publicAccess()static PublicAccessPublicAccess. valueOf(String name)Returns 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 PublicAccess Modifier and Type Method Description BlobContainer.DefinitionStages.WithCreateBlobContainer.DefinitionStages.WithPublicAccess. withPublicAccess(PublicAccess publicAccess)Specifies publicAccess.BlobContainer.UpdateBlobContainer.UpdateStages.WithPublicAccess. withPublicAccess(PublicAccess publicAccess)Specifies publicAccess.
-