Interface BlobContainer
- All Superinterfaces:
HasInnerModel<BlobContainerInner>,HasManager<StorageManager>,Indexable,Updatable<BlobContainer.Update>
public interface BlobContainer
extends HasInnerModel<BlobContainerInner>, Indexable, Updatable<BlobContainer.Update>, HasManager<StorageManager>
Type representing BlobContainer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the BlobContainer definition.static interfaceGrouping of BlobContainer definition stages.static interfaceThe template for a BlobContainer update operation, containing all the settings that can be modified.static interfaceGrouping of BlobContainer update stages. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
etag
String etag()- Returns:
- the etag value.
-
hasImmutabilityPolicy
Boolean hasImmutabilityPolicy()- Returns:
- the hasImmutabilityPolicy value.
-
hasLegalHold
Boolean hasLegalHold()- Returns:
- the hasLegalHold value.
-
id
String id()- Returns:
- the id value.
-
immutabilityPolicy
ImmutabilityPolicyProperties immutabilityPolicy()- Returns:
- the immutabilityPolicy value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()- Returns:
- the lastModifiedTime value.
-
leaseDuration
LeaseDuration leaseDuration()- Returns:
- the leaseDuration value.
-
leaseState
LeaseState leaseState()- Returns:
- the leaseState value.
-
leaseStatus
LeaseStatus leaseStatus()- Returns:
- the leaseStatus value.
-
legalHold
LegalHoldProperties legalHold()- Returns:
- the legalHold value.
-
metadata
- Returns:
- the metadata value.
-
name
String name()- Returns:
- the name value.
-
publicAccess
PublicAccess publicAccess()- Returns:
- the publicAccess value.
-
type
String type()- Returns:
- the type value.
-