ConoHaNet.OpenStackMember.GetDbServiceQuota C# (CSharp) Method

GetDbServiceQuota() public method

public GetDbServiceQuota ( string serviceId ) : DbServiceQuota
serviceId string
return DbServiceQuota
        public DbServiceQuota GetDbServiceQuota(string serviceId)
        {
            return DatabaseProvider.GetDbServiceQuota(serviceId, this.DefaultRegion, this.Identity);
        }
OpenStackMember