IOssDeleteBucketLogging Method |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxvoid DeleteBucketLogging(
string bucketName
)
Sub DeleteBucketLogging (
bucketName As String
)
void DeleteBucketLogging(
String^ bucketName
)
abstract DeleteBucketLogging :
bucketName : string -> unit
Parameters
- bucketName
- Type: SystemString
Bucket的名称。
See Also