Interface BlobServiceProperties
-
- All Superinterfaces:
HasInnerModel<BlobServicePropertiesInner>,HasManager<StorageManager>,Indexable,Refreshable<BlobServiceProperties>,Updatable<BlobServiceProperties.Update>
public interface BlobServiceProperties extends HasInnerModel<BlobServicePropertiesInner>, Indexable, Refreshable<BlobServiceProperties>, Updatable<BlobServiceProperties.Update>, HasManager<StorageManager>
Type representing BlobServiceProperties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBlobServiceProperties.DefinitionThe entirety of the BlobServiceProperties definition.static interfaceBlobServiceProperties.DefinitionStagesGrouping of BlobServiceProperties definition stages.static interfaceBlobServiceProperties.UpdateThe template for a BlobServiceProperties update operation, containing all the settings that can be modified.static interfaceBlobServiceProperties.UpdateStagesGrouping of BlobServiceProperties update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CorsRulescors()StringdefaultServiceVersion()DeleteRetentionPolicydeleteRetentionPolicy()Stringid()Stringname()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
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
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.
-
-