Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListContainerItemInner
-
Packages that use ListContainerItemInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.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 ListContainerItemInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListContainerItemInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ListContainerItemInner>BlobContainersClient. list(String resourceGroupName, String accountName)Lists all containers and does not support a prefix like data plane.com.azure.core.http.rest.PagedIterable<ListContainerItemInner>BlobContainersClient. list(String resourceGroupName, String accountName, String maxpagesize, String filter, ListContainersInclude include, com.azure.core.util.Context context)Lists all containers and does not support a prefix like data plane.com.azure.core.http.rest.PagedFlux<ListContainerItemInner>BlobContainersClient. listAsync(String resourceGroupName, String accountName)Lists all containers and does not support a prefix like data plane.com.azure.core.http.rest.PagedFlux<ListContainerItemInner>BlobContainersClient. listAsync(String resourceGroupName, String accountName, String maxpagesize, String filter, ListContainersInclude include)Lists all containers and does not support a prefix like data plane. -
Uses of ListContainerItemInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ListContainerItemInner Modifier and Type Method Description ListContainerItemInnerListContainerItemInner. withDefaultEncryptionScope(String defaultEncryptionScope)Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.ListContainerItemInnerListContainerItemInner. withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride)Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.ListContainerItemInnerListContainerItemInner. withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The object level immutability property of the container.ListContainerItemInnerListContainerItemInner. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair to associate with the container as metadata.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 ListContainerItemInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ListContainerItemInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ListContainerItemInner>BlobContainers. list(String resourceGroupName, String accountName)Lists all containers and does not support a prefix like data plane.com.azure.core.http.rest.PagedFlux<ListContainerItemInner>BlobContainers. listAsync(String resourceGroupName, String accountName)Lists all containers and does not support a prefix like data plane.List<ListContainerItemInner>ListContainerItems. value()Get the value property: List of blobs containers returned.
-