ConoHaNet.OpenStackMember.GetDnsServiceDetails C# (CSharp) Метод

GetDnsServiceDetails() публичный Метод

public GetDnsServiceDetails ( string domainId ) : IEnumerable
domainId string
Результат IEnumerable
        public IEnumerable<DnsServer> GetDnsServiceDetails(string domainId)
        {
            return DnsProvider.GetDnsServiceDetails(domainId, this.DefaultRegion, this.Identity);
        }
OpenStackMember