azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

263 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient"
name: "TableServicesClient"
nameWithType: "TableServicesClient"
summary: "An instance of this class provides access to all the operations defined in Table<wbr>Services<wbr>Client."
syntax: "public interface **TableServicesClient**"
methods:
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServiceProperties(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
name: "getServiceProperties(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract TableServicePropertiesInner getServiceProperties(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesAsync(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<TableServicePropertiesInner> getServicePropertiesAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
name: "getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "TableServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<TableServicePropertiesInner> getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<TableServicePropertiesInner>> getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.list(String resourceGroupName, String accountName)"
summary: "List all table services for the storage account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ListTableServicesInner list(String resourceGroupName, String accountName)"
desc: "List all table services for the storage account."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner?alt=com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner&text=ListTableServicesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listAsync(String resourceGroupName, String accountName)"
name: "listAsync(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.listAsync(String resourceGroupName, String accountName)"
summary: "List all table services for the storage account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ListTableServicesInner> listAsync(String resourceGroupName, String accountName)"
desc: "List all table services for the storage account."
returns:
description: "the response body on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner?alt=com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner&text=ListTableServicesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listWithResponse(String resourceGroupName, String accountName, Context context)"
name: "listWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "TableServicesClient.listWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "List all table services for the storage account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ListTableServicesInner> listWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "List all table services for the storage account."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner?alt=com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner&text=ListTableServicesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.listWithResponseAsync(String resourceGroupName, String accountName)"
name: "listWithResponseAsync(String resourceGroupName, String accountName)"
nameWithType: "TableServicesClient.listWithResponseAsync(String resourceGroupName, String accountName)"
summary: "List all table services for the storage account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ListTableServicesInner>> listWithResponseAsync(String resourceGroupName, String accountName)"
desc: "List all table services for the storage account."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner?alt=com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner&text=ListTableServicesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServiceProperties(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
name: "setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
nameWithType: "TableServicesClient.setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of a storage account\\u2019s Table service, only properties for Storage Analytics and\n CORS (Cross-Origin Resource Sharing) rules can be specified."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TableServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
name: "setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
nameWithType: "TableServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of a storage account\\u2019s Table service, only properties for Storage Analytics and\n CORS (Cross-Origin Resource Sharing) rules can be specified."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<TableServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, Context context)"
name: "setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, Context context)"
nameWithType: "TableServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, Context context)"
summary: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of a storage account\\u2019s Table service, only properties for Storage Analytics and\n CORS (Cross-Origin Resource Sharing) rules can be specified."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<TableServicePropertiesInner> setServicePropertiesWithResponse(String resourceGroupName, String accountName, TableServicePropertiesInner parameters, Context context)"
desc: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.TableServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
name: "setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
nameWithType: "TableServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of a storage account\\u2019s Table service, only properties for Storage Analytics and\n CORS (Cross-Origin Resource Sharing) rules can be specified."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<TableServicePropertiesInner>> setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, TableServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Table service along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.TableServicePropertiesInner&text=TableServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in TableServicesClient."
metadata: {}
package: "com.azure.resourcemanager.storage.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0