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

SetDbServiceBackup() public méthode

public SetDbServiceBackup ( string serviceId, bool enabled ) : bool
serviceId string
enabled bool
Résultat bool
        public bool SetDbServiceBackup(string serviceId, bool enabled)
        {
            return DatabaseProvider.SetDbServiceBackup(serviceId, enabled, this.DefaultRegion, this.Identity);
        }
OpenStackMember