OssClientDeleteBucketLogging Method |
Deletes the
Bucket logging config
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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 name
Implements
IOssDeleteBucketLogging(String)See Also