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

ExportZone() public méthode

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