Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner
Packages that use BlobServicePropertiesInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of BlobServicePropertiesInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobServicePropertiesInnerModifier and TypeMethodDescriptionBlobServicesClient.getServiceProperties(String resourceGroupName, String accountName) Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.BlobServicesClient.setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobServicePropertiesInnerModifier and TypeMethodDescriptionBlobServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName) Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<BlobServicePropertiesInner>BlobServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<BlobServicePropertiesInner>>BlobServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName) Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.PagedIterable<BlobServicePropertiesInner>List blob services of storage account.com.azure.core.http.rest.PagedIterable<BlobServicePropertiesInner>BlobServicesClient.list(String resourceGroupName, String accountName, com.azure.core.util.Context context) List blob services of storage account.com.azure.core.http.rest.PagedFlux<BlobServicePropertiesInner>List blob services of storage account.BlobServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<BlobServicePropertiesInner>BlobServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<BlobServicePropertiesInner>>BlobServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobServicePropertiesInnerModifier and TypeMethodDescriptionBlobServicesClient.setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.BlobServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<BlobServicePropertiesInner>BlobServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<BlobServicePropertiesInner>>BlobServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters) Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. -
Uses of BlobServicePropertiesInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobServicePropertiesInnerModifier and TypeMethodDescriptionstatic BlobServicePropertiesInnerBlobServicePropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobServicePropertiesInner from the JsonReader.BlobServicePropertiesInner.withAutomaticSnapshotPolicyEnabled(Boolean automaticSnapshotPolicyEnabled) Set the automaticSnapshotPolicyEnabled property: Deprecated in favor of isVersioningEnabled property.BlobServicePropertiesInner.withChangeFeed(ChangeFeed changeFeed) Set the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesInner.withContainerDeleteRetentionPolicy(DeleteRetentionPolicy containerDeleteRetentionPolicy) Set the containerDeleteRetentionPolicy property: The blob service properties for container soft delete.Set the cors property: Specifies CORS rules for the Blob service.BlobServicePropertiesInner.withDefaultServiceVersion(String defaultServiceVersion) Set the defaultServiceVersion property: DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified.BlobServicePropertiesInner.withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The blob service properties for blob soft delete.BlobServicePropertiesInner.withIsVersioningEnabled(Boolean isVersioningEnabled) Set the isVersioningEnabled property: Versioning is enabled if set to true.BlobServicePropertiesInner.withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy) Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesInner.withRestorePolicy(RestorePolicyProperties restorePolicy) Set the restorePolicy property: The blob service properties for blob restore policy. -
Uses of BlobServicePropertiesInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobServicePropertiesInnerModifier and TypeMethodDescriptionBlobServiceItems.value()Get the value property: List of blob services returned.