ConoHaNet.OpenStackMember.GetDnsRecord C# (CSharp) 메소드

GetDnsRecord() 공개 메소드

public GetDnsRecord ( string domainId, string recordId ) : DnsRecord
domainId string
recordId string
리턴 DnsRecord
        public DnsRecord GetDnsRecord(string domainId, string recordId)
        {
            return DnsProvider.GetDnsRecord(domainId, recordId, this.DefaultRegion, this.Identity);
        }
OpenStackMember