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