ObsClient 构造函数 (String, String, String) |
构造函数。
命名空间:
OBS
程序集:
esdk_obs_.net (在 esdk_obs_.net.dll 中) 版本:3.19.7.1 (3.19.7.1)
语法public ObsClient(
string accessKeyId,
string secretAccessKey,
string endpoint
)
参数
- accessKeyId
- 类型:SystemString
访问密钥中的AK - secretAccessKey
- 类型:SystemString
访问密钥中的SK - endpoint
- 类型:SystemString
OBS的服务地址
参见