Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListContainerItemInner
Packages that use ListContainerItemInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 ListContainerItemInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ListContainerItemInner> 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> 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 ListContainerItemInnerModifier and TypeMethodDescriptionstatic ListContainerItemInnerListContainerItemInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListContainerItemInner from the JsonReader.ListContainerItemInner.withDefaultEncryptionScope(String defaultEncryptionScope) Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.ListContainerItemInner.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride) Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.ListContainerItemInner.withEnableNfsV3AllSquash(Boolean enableNfsV3AllSquash) Set the enableNfsV3AllSquash property: Enable NFSv3 all squash on blob container.ListContainerItemInner.withEnableNfsV3RootSquash(Boolean enableNfsV3RootSquash) Set the enableNfsV3RootSquash property: Enable NFSv3 root squash on blob container.ListContainerItemInner.withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The object level immutability property of the container.ListContainerItemInner.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the container as metadata.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 ListContainerItemInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ListContainerItemInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ListContainerItemInner> Lists all containers and does not support a prefix like data plane.com.azure.core.http.rest.PagedFlux<ListContainerItemInner> Lists all containers and does not support a prefix like data plane.ListContainerItems.value()Get the value property: List of blobs containers returned.