ConoHaNet.OpenStackMember.ExportZone C# (CSharp) Method

ExportZone() public method

public ExportZone ( string zoneId ) : string
zoneId string
return string
        public string ExportZone(string zoneId)
        {
            return DnsProvider.ExportZone(zoneId, this.DefaultRegion, this.Identity);
        }
OpenStackMember