IOssGetBucketLocation Method |
Gets the bucket location
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax BucketLocationResult GetBucketLocation(
string bucketName
)
Function GetBucketLocation (
bucketName As String
) As BucketLocationResult
BucketLocationResult^ GetBucketLocation(
String^ bucketName
)
abstract GetBucketLocation :
bucketName : string -> BucketLocationResult
Parameters
- bucketName
- Type: SystemString
bucket name
Return Value
Type:
BucketLocationResultbucket location
See Also