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