Interface BlobServiceProperties
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner>
,HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
,Indexable
,Refreshable<BlobServiceProperties>
,Updatable<BlobServiceProperties.Update>
@Beta
public interface BlobServiceProperties
extends HasInner<com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner>, Indexable, Refreshable<BlobServiceProperties>, Updatable<BlobServiceProperties.Update>, HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
Type representing BlobServiceProperties.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the BlobServiceProperties definition.static interface
Grouping of BlobServiceProperties definition stages.static interface
The template for a BlobServiceProperties update operation, containing all the settings that can be modified.static interface
Grouping of BlobServiceProperties update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
cors
CorsRules cors()- Returns:
- the cors value.
-
defaultServiceVersion
String defaultServiceVersion()- Returns:
- the defaultServiceVersion value.
-
deleteRetentionPolicy
DeleteRetentionPolicy deleteRetentionPolicy()- Returns:
- the deleteRetentionPolicy value.
-
id
String id()- Returns:
- the id value.
-
name
String name()- Returns:
- the name value.
-
type
String type()- Returns:
- the type value.
-