Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner
-
Packages that use BlobServicePropertiesInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 BlobServicePropertiesInner Modifier and Type Method Description BlobServicePropertiesInnerBlobServicesClient. 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.BlobServicePropertiesInnerBlobServicesClient. 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 BlobServicePropertiesInner Modifier and Type Method Description Mono<BlobServicePropertiesInner>BlobServicesClient. 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>BlobServicesClient. list(String resourceGroupName, String accountName)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>BlobServicesClient. listAsync(String resourceGroupName, String accountName)List blob services of storage account.Mono<BlobServicePropertiesInner>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 BlobServicePropertiesInner Modifier and Type Method Description BlobServicePropertiesInnerBlobServicesClient. 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.Mono<BlobServicePropertiesInner>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 BlobServicePropertiesInner Modifier and Type Method Description BlobServicePropertiesInnerBlobServicePropertiesInner. withAutomaticSnapshotPolicyEnabled(Boolean automaticSnapshotPolicyEnabled)Set the automaticSnapshotPolicyEnabled property: Deprecated in favor of isVersioningEnabled property.BlobServicePropertiesInnerBlobServicePropertiesInner. withChangeFeed(ChangeFeed changeFeed)Set the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesInnerBlobServicePropertiesInner. withContainerDeleteRetentionPolicy(DeleteRetentionPolicy containerDeleteRetentionPolicy)Set the containerDeleteRetentionPolicy property: The blob service properties for container soft delete.BlobServicePropertiesInnerBlobServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Blob service.BlobServicePropertiesInnerBlobServicePropertiesInner. 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.BlobServicePropertiesInnerBlobServicePropertiesInner. withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy)Set the deleteRetentionPolicy property: The blob service properties for blob soft delete.BlobServicePropertiesInnerBlobServicePropertiesInner. withIsVersioningEnabled(Boolean isVersioningEnabled)Set the isVersioningEnabled property: Versioning is enabled if set to true.BlobServicePropertiesInnerBlobServicePropertiesInner. withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy)Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesInnerBlobServicePropertiesInner. 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 BlobServicePropertiesInner Modifier and Type Method Description List<BlobServicePropertiesInner>BlobServiceItems. value()Get the value property: List of blob services returned.
-