ConoHaNet.OpenStackMember.GetDbServiceQuota C# (CSharp) Méthode

GetDbServiceQuota() public méthode

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