Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobContainerInner
-
Packages that use BlobContainerInner 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. -
-
Uses of BlobContainerInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobContainerInner Modifier and Type Method Description BlobContainerInnerBlobContainersClient. create(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer)Creates a new container under the specified account as described by request body.BlobContainerInnerBlobContainersClient. get(String resourceGroupName, String accountName, String containerName)Gets properties of a specified container.BlobContainerInnerBlobContainersClient. 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 BlobContainerInner Modifier and Type Method Description Mono<BlobContainerInner>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.Mono<BlobContainerInner>BlobContainersClient. getAsync(String resourceGroupName, String accountName, String containerName)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.Mono<BlobContainerInner>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 BlobContainerInner Modifier and Type Method Description BlobContainerInnerBlobContainersClient. create(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer)Creates a new container under the specified account as described by request body.Mono<BlobContainerInner>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.BlobContainerInnerBlobContainersClient. update(String resourceGroupName, String accountName, String containerName, BlobContainerInner blobContainer)Updates container properties as specified in request body.Mono<BlobContainerInner>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 BlobContainerInner Modifier and Type Method Description BlobContainerInnerBlobContainerInner. withDefaultEncryptionScope(String defaultEncryptionScope)Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.BlobContainerInnerBlobContainerInner. withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride)Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.BlobContainerInnerBlobContainerInner. withImmutableStorageWithVersioning(ImmutableStorageWithVersioning immutableStorageWithVersioning)Set the immutableStorageWithVersioning property: The object level immutability property of the container.BlobContainerInnerBlobContainerInner. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair to associate with the container as metadata.BlobContainerInnerBlobContainerInner. withPublicAccess(PublicAccess publicAccess)Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of access.
-