Uses of Class
com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner
-
Packages that use TableServicePropertiesInner 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. -
-
Uses of TableServicePropertiesInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return TableServicePropertiesInner Modifier and Type Method Description TableServicePropertiesInnerTableServicesClient. 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.TableServicePropertiesInnerTableServicesClient. 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 TableServicePropertiesInner Modifier and Type Method Description Mono<TableServicePropertiesInner>TableServicesClient. 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.Mono<TableServicePropertiesInner>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 TableServicePropertiesInner Modifier and Type Method Description TableServicePropertiesInnerTableServicesClient. 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.Mono<TableServicePropertiesInner>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 TableServicePropertiesInner Modifier and Type Method Description TableServicePropertiesInnerTableServicePropertiesInner. withCors(CorsRules cors)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 TableServicePropertiesInner Modifier and Type Method Description List<TableServicePropertiesInner>ListTableServicesInner. value()Get the value property: List of table services returned.
-