コード例 #1
0
 /// <inheritdoc cref="ComputeApi.DeleteSecurityGroupAsync" />
 public Task DeleteSecurityGroupAsync(Identifier securityGroupId, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.DeleteSecurityGroupAsync(securityGroupId, cancellationToken));
 }