你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableClientOptions(TableClientOptions+ServiceVersion) 构造函数

定义

初始化 TableClientOptions 类的新实例。 类的新实例。

public TableClientOptions (Azure.Data.Tables.TableClientOptions.ServiceVersion serviceVersion = Azure.Data.Tables.TableClientOptions+ServiceVersion.V2020_12_06);
new Azure.Data.Tables.TableClientOptions : Azure.Data.Tables.TableClientOptions.ServiceVersion -> Azure.Data.Tables.TableClientOptions
Public Sub New (Optional serviceVersion As TableClientOptions.ServiceVersion = Azure.Data.Tables.TableClientOptions+ServiceVersion.V2020_12_06)

参数

serviceVersion
TableClientOptions.ServiceVersion

TableClientOptions.ServiceVersion发出请求时使用的服务 API 的 。

适用于