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 Classes Modifier and Type Interface Description static interfaceBlobContainer.DefinitionThe entirety of the BlobContainer definition.static interfaceBlobContainer.DefinitionStagesGrouping of BlobContainer definition stages.static interfaceBlobContainer.UpdateThe template for a BlobContainer update operation, containing all the settings that can be modified.static interfaceBlobContainer.UpdateStagesGrouping of BlobContainer update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringetag()BooleanhasImmutabilityPolicy()BooleanhasLegalHold()Stringid()ImmutabilityPolicyPropertiesimmutabilityPolicy()OffsetDateTimelastModifiedTime()LeaseDurationleaseDuration()LeaseStateleaseState()LeaseStatusleaseStatus()LegalHoldPropertieslegalHold()Map<String,String>metadata()Stringname()PublicAccesspublicAccess()Stringtype()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
-
-
-
Method Detail
-
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.
-
name
String name()
- Returns:
- the name value.
-
publicAccess
PublicAccess publicAccess()
- Returns:
- the publicAccess value.
-
type
String type()
- Returns:
- the type value.
-
-