Uses of Class
com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner
Packages that use TableServicePropertiesInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of TableServicePropertiesInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return TableServicePropertiesInnerModifier and TypeMethodDescriptionTableServicesClient.getServiceProperties(String resourceGroupName, String accountName) Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.TableServicesClient.setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table 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 TableServicePropertiesInnerModifier and TypeMethodDescriptionTableServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName) Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<TableServicePropertiesInner> TableServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<TableServicePropertiesInner>> TableServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName) Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.TableServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<TableServicePropertiesInner> TableServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<TableServicePropertiesInner>> TableServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.resourcemanager.storage.fluent with parameters of type TableServicePropertiesInnerModifier and TypeMethodDescriptionTableServicesClient.setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.TableServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<TableServicePropertiesInner> TableServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<TableServicePropertiesInner>> TableServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters) Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. -
Uses of TableServicePropertiesInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return TableServicePropertiesInnerModifier and TypeMethodDescriptionstatic TableServicePropertiesInnerTableServicePropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableServicePropertiesInner from the JsonReader.Set the cors property: Specifies CORS rules for the Table service.Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type TableServicePropertiesInnerModifier and TypeMethodDescriptionListTableServicesInner.value()Get the value property: List of table services returned.