ConoHaNet.OpenStackMember.AssociateHealthMonitor C# (CSharp) Method

AssociateHealthMonitor() public method

public AssociateHealthMonitor ( string monitorId, string poolId ) : bool
monitorId string
poolId string
return bool
        public bool AssociateHealthMonitor(string monitorId, string poolId)
        {
            return NetworksProvider.AssociateHealthMonitor(monitorId, poolId, this.DefaultRegion, this.Identity);
        }
OpenStackMember