Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobContainerInner
Packages that use BlobContainerInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of BlobContainerInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobContainerInnerModifier and TypeMethodDescriptionBlobContainersClient.create(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.Gets properties of a specified container.BlobContainersClient.update(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobContainerInnerModifier and TypeMethodDescriptionBlobContainersClient.createAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.com.azure.core.http.rest.Response<BlobContainerInner> BlobContainersClient.createWithResponse(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer, com.azure.core.util.Context context) Creates a new container under the specified account as described by request body.Mono<com.azure.core.http.rest.Response<BlobContainerInner>> BlobContainersClient.createWithResponseAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.Gets properties of a specified container.com.azure.core.http.rest.Response<BlobContainerInner> BlobContainersClient.getWithResponse(String resourceGroupName, String accountName, String containerName, com.azure.core.util.Context context) Gets properties of a specified container.Mono<com.azure.core.http.rest.Response<BlobContainerInner>> BlobContainersClient.getWithResponseAsync(String resourceGroupName, String accountName, String containerName) Gets properties of a specified container.BlobContainersClient.updateAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body.com.azure.core.http.rest.Response<BlobContainerInner> BlobContainersClient.updateWithResponse(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer, com.azure.core.util.Context context) Updates container properties as specified in request body.Mono<com.azure.core.http.rest.Response<BlobContainerInner>> BlobContainersClient.updateWithResponseAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body.Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobContainerInnerModifier and TypeMethodDescriptionBlobContainersClient.create(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.BlobContainersClient.createAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.com.azure.core.http.rest.Response<BlobContainerInner> BlobContainersClient.createWithResponse(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer, com.azure.core.util.Context context) Creates a new container under the specified account as described by request body.Mono<com.azure.core.http.rest.Response<BlobContainerInner>> BlobContainersClient.createWithResponseAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Creates a new container under the specified account as described by request body.BlobContainersClient.update(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body.BlobContainersClient.updateAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body.com.azure.core.http.rest.Response<BlobContainerInner> BlobContainersClient.updateWithResponse(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer, com.azure.core.util.Context context) Updates container properties as specified in request body.Mono<com.azure.core.http.rest.Response<BlobContainerInner>> BlobContainersClient.updateWithResponseAsync(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer) Updates container properties as specified in request body. -
Uses of BlobContainerInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobContainerInnerModifier and TypeMethodDescriptionstatic BlobContainerInnerBlobContainerInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobContainerInner from the JsonReader.BlobContainerInner.withDefaultEncryptionScope(String defaultEncryptionScope) Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.BlobContainerInner.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride) Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.BlobContainerInner.withEnableNfsV3AllSquash(Boolean enableNfsV3AllSquash) Set the enableNfsV3AllSquash property: Enable NFSv3 all squash on blob container.BlobContainerInner.withEnableNfsV3RootSquash(Boolean enableNfsV3RootSquash) Set the enableNfsV3RootSquash property: Enable NFSv3 root squash on blob container.BlobContainerInner.withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning) Set the immutableStorageWithVersioning property: The object level immutability property of the container.BlobContainerInner.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the container as metadata.BlobContainerInner.withPublicAccess(PublicAccess publicAccess) Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.